AppendFromField

Appends the captured value of the specified Field object to the captured value of the current Field object.

Syntax

bool AppendFromField (strParam)

Parameters

The name of the Field object whose text value is to be appended to the value of the current field. Smart parameters are supported.

Returns

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

Level

Page or Field Level.

Details

You can also apply the action at the Page level. A Text page-level variable with the appended value is added to the Data file of the page.
Example
AppendFromField("Number")