ReadPageVariableValue (deprecated)

Assigns the value of a variable of the Page object to the selected 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.FieldCount","@F").

Syntax

()

Parameters

The name of the Page object's variable.

Returns

False if the parameter is not a valid Page-level variable. Otherwise, True.

Level

All.

Details

If the action is not placed 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
ReadPageVariableValue("FieldCount")   
A Validate rule with this action could transfer the number of fields in the Page object that is the parent of a selected Field object such as TotalFields.
Important: A Document Hierarchy might include multiple Page objects and certain variables that are the same for both pages. This action refers to variables of the Page object to which the selected Field object belongs.