FindDataBlocks

Uses Start and End key words to find blocks of data within the current source page.

Syntax

bool FindDataBlocks (Strparam)

Parameters

Key word Start Value, and its End Value. Smart parameters are supported.

Returns

True if the action can locate the Data block indicated by the parameter. Otherwise, False.

Level

Page level.

Details

Uses Start and End key words to find blocks of data within the current source page. Returns each block's position assigned to a series of repeating fields based on the first child field of the calling object. If the Fingerprint file (.cco) of the page has a Line position be sure to use action GoFirstLine() to set the Line position to the first word on the first line in the current zone.
Example
GoFirstLine()
FindDataBlocks("FROM,THRU")