ReadFieldValue (deprecated)

Retrieves the captured value from a sibling Field object specified as the parameter and assigns that value to the current Field object.

Important: This action is deprecated and scheduled to be removed in a future release. Use the rrSet action in the rrunner library. For more information, see rrSet. In particular, see the following example: rrSet("@P\Date","@F").

Syntax

()

Parameters

The name of the source Field object.

Returns

False if the parameter does not match the name of a Field object. Otherwise, True.

Level

All.

Details

If the action is not bound at the Field level, then a variable called Text is created in the current object, and the found value is written to this variable.
Example
ReadFieldValue("Date")         

This action assigns the captured value in the Date field to the current field of the working fingerprint.