StringParser::GetLastParsed (open)
Get the last N parsed characters, without moving the current position
Syntax
LOADLIB "wh::util/stringparser.whlib";
STRING FUNCTION GetLastParsed(INTEGER n)Parameters
INTEGER nNumber of characters
Return value
STRINGThe specificed number of characters before the current positions