LIST CALLS

From Lianjapedia
Jump to: navigation, search

Purpose

List program stack

Syntax

LIST CALLS [TO FILE <.txt filename> | (<expC>)]

See Also

ASTACKTRACE(), DISPLAY CALLS, DISPLAY PROCEDURE, DISPLAY STATUS, DOLEVEL(), LIST PROCEDURE, ON ERROR, PROCNAME(), PROGRAM(), SAVE ERROR, SET PROCEDURE


Description

The LIST CALLS command displays on screen the name and line number of the current program or procedure/function and the program stack - program name and line number - from which it was called.

Keyword Description
TO <file> The display output will be sent to the specified file. The filename can be substituted with a <expC>, enclosed in round brackets, which returns a valid filename. If no file extension is specified, then ".txt" will be used.

Example

list calls