StringParser::ParseWhileInSet (open)
Parses all subsequent characters that are in the set
Syntax
LOADLIB "wh::util/stringparser.whlib";
STRING FUNCTION ParseWhileInSet(STRING myset)
Parameters
STRING myset
Set of characters to parse
Return value
STRING
Parsed characters