LASTMOVE function

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

Syntax

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.

Related concepts
ESQL

Related tasks
Developing ESQL

Related reference
Syntax preference
ESQL field functions
MOVE statement