Back to index

Stop Statement
Stops execution.

Format:

   Stop

Remarks:

1. You can place Stop statements anywhere in code to stop execution.

Example:

   Sub StopExecution(aMark As Integer)
      If (aMark = TRUE) then
        Stop
      End if
   End Sub


Copyright (c) 2000-2006 by Smartphoneware. All rights reserved.