Description: This function 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
Format: ParserSRO(ParserStack, Variable)
Parameters: ParserStack { Parser Stack } { required } { no default }
Any expression for the parser stack value.
Variable { Variable } { required } { no default }
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.
See Also: