BBjTriggerData::getDirection

Description

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

Syntax

Return Value

Method

BBjNumber

getDirection()

Parameters

None.

Return Values

Returns the DIR= 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 Direction
dir = td!.getDirection()

See Also

BBjAPI

BBjTriggerData

ObjectVariables

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