StringParser::ParseUntilCharacter (open)
Parses until a specific character, or the end of the data. Returns the data from the current position up to (but not including) the end character
Syntax
LOADLIB "wh::util/stringparser.whlib";
STRING FUNCTION ParseUntilCharacter(STRING c)Parameters
STRING cCharacter to stop parsing at
Return value
STRINGParsed characters