BBjStackElement::toString

Description

In BBj 9.0 and higher, this method returns a string representation of this BBjStackElement.

Syntax

Return Value

Method

string

toString()

Parameters

None.

Return Value

Returns a string representation of this BBjStackElement.

Remarks

None.

Example

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

See Also

BBjAPI

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