StringParser::SkipN (open)
Skips N characters
Syntax
LOADLIB "wh::util/stringparser.whlib";
BOOLEAN FUNCTION SkipN(INTEGER n)Parameters
INTEGER nNumber of characters to skip
Return value
BOOLEANTRUE 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 nNumber of characters to skip
BOOLEANTRUE if the end of the file hasn't been reached yet