1.5

Table Of Contents
Example
Region Object
The region object defines a sub-section of the input data. Its properties vary according to the
type of data.
Methods
The following table describes the methods of the region object.
Method Description Return Type
found() Contains a Boolean value indicating if
the last call to find() was successful.
Returns a region.
range() Read-only object containing the
physical coordinates of the region.
Physical location of the
region.
createRegion() Creates a region. The region object returns
an array of all strings
found in the region
SourceRecord Object
Returns a SourceRecord object containing properties specific to the current source record
being processed.
Properties
sourceRecord.properties.property;
Property Return Type
properties Returns an array of properties defined in the Preprocessor step with
the Record Scope (i.e. dynamically reset with each new record).
Page 227