BBjStackElement::getLineListing

Description

In BBj 9.0 and higher, this method returns the line listing at the stack level that this BBjStackElement represents.

Syntax

Return Value

Method

string

getLineListing()

Parameters

None.

Return Value

Returns the line listing of the program at this stack level.

Remarks

None.

Example

vector! = BBjAPI().getRuntime().getBBjStack()
element! = vector!.get(0)
print element!.getLineListing()

See Also

BBjAPI

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.