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 n
Number of characters
Return value
STRING
The specificed number of characters before the current positions