StringParser::SkipN (open)
Skips N characters
Syntax
LOADLIB "wh::util/stringparser.whlib";
BOOLEAN FUNCTION SkipN(INTEGER n)
Parameters
INTEGER n
Number of characters to skip
Return value
BOOLEAN
TRUE if the end of the file hasn't been reached yet
Skips N characters
LOADLIB "wh::util/stringparser.whlib";
BOOLEAN FUNCTION SkipN(INTEGER n)
INTEGER n
Number of characters to skip
BOOLEAN
TRUE if the end of the file hasn't been reached yet