assignfield
FIELD
,
VALUE

The assignfield statement performs an assignment, much like an equals sign or the assign statement. However, the assignfield statement only performs the assignment to a database field, not to any variable.


Parameters

This statement has two parameters:

field – is the name of the field that you want to modify.

value – calculates the value that will be placed into the field in the active record.


Description

This statement performs an assignment, much like an equals sign or the assign statement. However, the assignfield statement only performs the assignment to a database field, not to any variable.

The procedure below will assign the value 714 to the AreaCode field – even if there is a variable named AreaCode.

assignfield AreaCode,"714"

See Also


History

VersionStatusNotes
10.0NewNew in this version.