guides:programming:programmers_reference_manual:getsessioncallstack

GetSessionCallStack Function

Whenever a run-time error occurs, the call stack is recorded for that session. The GetSessionCallStack function will return the last recorded call stack for that session.

CallStack = GetSessionCallStack()

The function does not accept parameters.

A dynamic array of fields of the last recorded call stack in the following format:

First Program Name = CallStack<1,1>

First Program Line = CallStack<1,2>

Second Program Name = CallStack<2,1>

Second Program Line = CallStack<2,2>

  • guides/programming/programmers_reference_manual/getsessioncallstack.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1