BBjTriggerData::getIndex

Description

In BBj 6.0 and higher, this method returns the IND option's value.

Syntax

Return Value

Method

BBjNumber

getIndex()

Parameters

None.

Return Value

The IND= Option from the Read/Extract Verb.

Remarks

None.

Example

REM Get the Trigger object from the BBj File System
    td! = BBjAPI().getFileSystem().getTriggerData()

REM Get the Index
    ind = td!.getIndex()

See Also

BBjAPI

BBjTriggerData

ObjectVariables

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