Enumerations Commands (FEX)

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > FEX. - Enumerations >

Enumerations Commands (FEX)

EFX. - Exit - FEX

Previous Top Next


MiniRobotLanguage (MRL)

 

EFX. Statement

Exit FEX Command

 

 

Intention

 

Stops the current Enumeration of any  of the following "FEX" commands:

 

FEF. FEL. FEM. FEP. FER. FEV. FES.

 

In nested FEX-commands, only the actual enumeration is been stopped.

 

EFX. does not need or accept any parameter.

 

 

 

Syntax

 

EFX.

 

 

Parameter Explanation

 

There is no Parameter

 

 

 

Example

 

'**********************************************

' EFX-Sample

'**********************************************

DBM.2

: $$PAT=Ralf Rolf Peter Franz Jacob

: $$TAR=Monika Sabine Pauline June Sabine

 

FEM.:Lev1|$$VAR|$$TAR

DMP.

MBX.Ready

END.

 

'-----------------------------------------------------------

:Lev1

'DBP.-Level 1 ($$VAR)

 

FEM.:Lev2|$$BAR|$$PAT

RET.

'-----------------------------------------------------------

:Lev2

'DBP.--Level 2 ($$BAR)

 

DBP.Now is $$VAR + $$BAR

IVS.$$VAR=June

 IVS.$$BAR=Peter

   EFX.

 EIF.

EIF.

RET.

'-

 

 

 

 

Remarks

 

EFX. is a member of the FEX-family "For Each X". They are used for easy enumeration.

 

 

 

Limitations:

 

-

 

 

See also:

 

    3.1 Systemvariables especially: #fex#, #fxd# . etc.

    1.6.1. Program Flow Control

    FEF. - For-Each-File(/Dir)

    FEL - For-Each-Line

    FEM. - For Each Member

    FEP. - For-Each-Process

    FER. - For-Each-Registry

    FEV. - For-Each-Variable(-Line)