GetParserOffset

Description:              This function returns the offset before the last compiled statement.

Warning:               For use by advanced programmers only.  Effective use of this function requires a thorough understanding of VTS programming. 

Returns:                    Numeric

Usage:                       Script

Format:                      GetParserOffset(ParserStack)

Parameters:             ParserStack     { Parser stack }  { required }  { no default }

                                              Any expression for the parser stack value.

Comments:               This is used by the compiler to give the location of an error.

See Also:

Compile