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