ParserSRO

(Engine-Level Function)

Description: Adds a scope resolution reference to a variable on the top of the PARSER_STACK given the stack and the object variable.
Warning: This function should be used by advanced users only since irrevocable alteration of your application may occur.
Returns: Nothing
Usage: Script Only.
Function Groups: Compilation and On-Line Modifications
Related to: Compile
Format:  ParserSRO(ParserStack, Variable)
Parameters:  
ParserStack
Required. Any expression for the parser stack value.
Variable
Required. Any expression for the variable value that will be referenced by scope resolution.
Comments: The ParserStack is returned from the Compile function. This assumes that the text value for the variable after the \ is already added as a parameter. This is only used when compiling text and is not required for normal operation.