ESCAPE

 

Syntax:

  Then : ESCAPE

 

Version Ref:  3.x

Description:

ESCAPE, in effect, presses <ESC> for the user, and saves the data on the current record. ESCAPE is used only with when-processing.

 

Examples:

 

@wefn     If:
        Then: escape

 

 

@wlf6    If: aa le "5"
       Then: escape

 

NOTE: ESCAPE can be only be used with @when processing.