$Stack()

Examples of $STACK()

The $STACK function returns strings describing aspects of the execution environment.

The format for the $STACK function is:

    $ST[ACK](intexpr[,expr])
    

Type Information

"MCODE" the line of code that was executed

"PLACE" the address of the above line of code or the symbol at ("@") to indicate code executed from a string value

"ECODE" either an empty string, or the error code(s) that was added at this execution level.