BBjTriggerData::getField

Description

In BBj 6.0 and higher, this method returns whether the FileSystem should perform Field Terminated reads when reading a string file.

Syntax

Return Value

Method

boolean

getField()

Parameters

None.

Return Value

Boolean indicating whether the FileSystem should perform Field Terminated reads when reading a string file.

Remarks

None.

Example

rem 'Get the Trigger object from the BBj File System

td! = BBjAPI().getFileSystem().getTriggerData()

rem 'Get Field!
field = td!.getField()

See Also

BBjAPI

BBjTriggerData

ObjectVariables

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