Control Flow Keywords

Action Keywords GB VB6
Branch GoSub…Return, GoTo, On Error, On..GoSub, On..GoTo v v
Exit or pause the program DoEvents, End, Exit, Stop v v
Exit or pause the program Sleep, GetEvent, PeekEvent, Quit v  
Loop Do…Loop, For…Next, ForEach…Next, While…Wend, With v v
Loop Repeat v  
Make decisions Choose, If…Then…Else, Select, Switch, Iif v v
Use procedures Call, Function, Sub v v
Use procedures Procedure, FunctionVar, v  
Properties Property Get, Property Let, Property Set   v
Call a function through a pointer C, LC, LP, Call, CallX, Ccall, LCCall, LpasCall, StdCall, LstdCall v  

See Also

Compiler and Debug Keywords

Data Types Keywords

Errors Keywords

Memory Keywords

Miscellaneous Keywords

Operators Keywords

String Manipulation Keywords

Variables and Constants Keywords

{Created by Sjouke Hamstra; Last updated: 12/05/14 by James Gaite}