FBWiki : KeyPgWhile

FBWiki :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register

WHILE


Control flow statement.

Syntax:
Do While condition
[statement block]
Loop
or
Do
[statement block]
Loop While condition
or
While [condition]
[statement block]
Wend

Description:
While specifies that a loop block will continue if the condition following it evaluates as true. This condition is checked during each loop iteration.

Differences from QB:

See also:

Back to Miscellaneous

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.0



sf.net phatcode