StringParser::ParseN (open)
Parses a number characters
Syntax
LOADLIB "wh::util/stringparser.whlib";
STRING FUNCTION ParseN(INTEGER n)
Parameters
INTEGER n
Number of characters to parse
Return value
STRING
Parsed characters. If the end of the data is reached while reading, all characters until then are returned