Action operators
Action operator is a syntax construct that describes an operator creating an action.
Action operators can be divided into context dependent and context independent.
Context dependent operators
Context dependent action operators can use external context parameters. They can be used wherever you need to define an action, for example, when creating another action or event. These operators are:
{...}
operatorACTIVATE
operatorACTIVE FORM
operatorAPPLY
operatorASK
operatorBREAK
operatorCANCEL
operatorCASE
operatorCHANGE
operatorCHANGECLASS
operatorCOLLAPSE
operatorDELETE
operatorDIALOG
operatorEMAIL
operatorEVAL
operatorEXEC
operatorEXPAND
operatorEXPORT
operatorFOR
operatorIF ... THEN
operatorIMPORT
operatorINPUT
operatorMESSAGE
operatorMULTI
operatorNEW
operatorNESTEDSESSION
operatorNEWEXECUTOR
operatorNEWSESSION
operatorNEWTHREAD
operatorPRINT
operatorREAD
operatorREQUEST
operatorRETURN
operatorSEEK
operatorSHOW
operatorTRY
operatorWHILE
operatorWRITE
operator
Context independent operators
Context independent action operators cannot use external context parameters. Thus they can only be used in the ACTION
statement: