LASTMOVE function

The LASTMOVE field function tells you whether the last MOVE function succeeded.

Syntax

Read syntax diagramSkip visual syntax diagramLASTMOVE (source_dynamic_reference)

LASTMOVE returns a Boolean value indicating whether the last MOVE function applied to source_dynamic_reference was successful (TRUE) or not (FALSE).

See MOVE statement for an example of using the MOVE statement, and the LASTMOVE function to check its success.

See Creating dynamic field references for information about dynamic references.