CopyField
Copies the value of the current field to a specified field.
Syntax
bool CopyField (strParam)
Parameters
The name of the target Field object. Smart parameters are supported.Returns
False if the parameter does not match the name of a Field object. Otherwise, True.Level
Field level.Details
Assigns the captured value of the current Field object to a sibling Field object you specify as the parameter.- Example
CopyField("Date")This action places the captured value of the current field into the Date field.