Pascal Scripting: RemoveQuotes
Prototype:
function RemoveQuotes(const S: String): String;
Description:
Opposite of AddQuotes; removes any quotes around the string.
function RemoveQuotes(const S: String): String;
Opposite of AddQuotes; removes any quotes around the string.