BBjTriggerData::setEOF

Description

In BBj 6.0 and higher, this method causes the Read/Extract Verb to throw an EOF error.

Syntax

Return Value

Method

void

setEOF()

Parameters

None.

Return Value

None.

Remarks

None.

Example

rem 'Get the Trigger object from the BBj File System

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

rem 'set EOF
td!.setEOF()

See Also

BBjAPI

BBjTriggerData

ObjectVariables

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