GetStackTrace (open)
Get the current stack trace
Syntax
// Core function, no LOADLIB necessary
RECORD ARRAY FUNCTION GetStackTrace()Return value
RECORD ARRAYThe stack entries, starting with the function which invoked GetStackTrace()
STRING filenameFilename
STRING funcFunction name (:INITFUNCTION for code outside a function)
INTEGER lineLine number (1-based)
INTEGER linecolColumn number (1-based)