BBjTriggerData::setEOF

Description

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

Syntax

Return Value

Method

void

setEOF()

Return Value

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.