BREAK

Top  Previous  Next

S

A

W

WS

ü

ü

The following commands have been implemented in EMUEScript exactly as they are implemented in OLIE™:

 

Syntax -

Break

 

Description:

This command is used to exit out of a For loop.

 

Sample:

       The following statement uses the Break command to exit out of the For loop once EMUE has found a numeric case number in the file.

For *

       READ

       Copy Case File 1 10

       If IsAllNumeric Case Then

               Break

       EndIf

EndFor

 

 

See Also:

For...EndFor