2019.1

Table Of Contents
Property Description
currentDelim A read-only 1-based index (number) of the current delimiter in the file. In
other words, the Beginning Of File (BOF) delimiter equals 1. It indicates the
position of the current delimiter relative to the last document boundary.
Methods
The following table describes the functions of the boundaries object. They are available with all
file types.
Method Description Script type
"find()"
below
Finds the first occurrence of a string starting
from the current position.
Boundaries
Preprocessor, Extract,
Condition, Repeat, Action,
and Postprocessor steps
get()
Retrieves an array of strings.
Boundaries
getVariable
()
Retrieves a value of a variable stored in the
boundaries object.
Boundaries
set()
Sets a new record boundary. (See: "Record
boundaries" on page237.)
Boundaries
setVariable
()
Sets a boundaries variable to the
specified value, automatically creating the
variable if it doesn't exist yet.
Boundaries
find()
Method of the boundaries object that finds a string in a region of the data source file. The
method returns the region in which the string was searched (PDF file) or the exact region in
which the string was encountered (Text file).
Page 391