break
Username:  
Password:
  > Home
> User Guide
v Reference
    > Introduction
    > CROFT
    > BEE Variables
    > BEE Syntax
    v BEE Commands
       > Variable Operations
       > Conditional
       v Loop
          o foreach
          o for
          o while
          o continue
          o break
       > Module Calling
       > Remote Calling
       > Authentication
       > Data Access
       > Socket
       > Special Functions
    > Database Operation
    > Content Management
    > Objects and Classes
    > Interface with others
    o Glossary
> Portal Object
> Development Guide


Shortcuts
sys Class
debug Class
Intrinsic Conversions
>> Reference >> BEE Commands >> Loop >> break <=  =>      <  1  >  
break – exit the loop and jump to after the end of it

BEE Script:   break;

 

BEE Tag:     <beebreak>

 

Command "break" brings the execution to after the end of the loop ("foreach", "for" or "while").

You can only "break" in a loop.  If a "break" command is "out-of-place", it will be ignored (and the execution will fall through.)

Previous Page       Next Page

Accsoft Computer Technology Pty Ltd     ABN: 98 065 617 549
PO Box 892, Epping NSW 1710         Level 1, Epping Office Park, 242 Beecroft Rd, Epping NSW 2121, Australia
Tel: Sydney - (02)98691668     National - 1300-881668         Fax: (02)98691866
© Copyright 2003 Accsoft Computer Technology Pty Ltd