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 overview
Related tasks
Developing ESQL
Related reference
Syntax diagrams: available types
ESQL field functions
MOVE statement