FindRegExBlocks

Uses a Regular Expression to find blocks of data within the current source page. Returns the position of each block that is assigned to a series of repeating fields based on the first child field of the calling object.

Syntax

bool FindRegExBlocks (Strparam)

Parameters

Regular Expression that contains the data block's Start Value, and its End Value. Parameter is a two part comma separated value of the Values to look for in the current CCO.
  1. StartValue
  2. EndValue

Start and End values can be adjusted up or down by xLines using the 3rd (adj top) and 4th (adj bottom) CSV positions.

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 a Regular Expression to find blocks of data within the current source page.
Attention: Locate.rra is required for this action.
Example
FindRegExBlocks("/bFROM/b,/bTHRU/b")