Category > Control structures xHarbour Developers Network  

 
ItemDescription
BEGIN SEQUENCEDeclares a control structure for error handling.
DO CASEExecutes a block of statements based on one or more conditions.
DO WHILEExecutes a block of statements while a condition is true.
FORExecutes a block of statements a specific number of times.
FOR EACHIterates elements of data types that can be seen as a collection.
HB_EnumIndex()Returns the current ordinal position of a FOR EACH iteration.
IFExecutes a block of statements based on one or more conditions.
RETURNBranches program control to the calling routine.
SWITCHExecutes one or more blocks of statements.
TRY...CATCHDeclares a control structure for error handling.
WITH OBJECTIdentifies an object to receive multiple messages.


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe