CrystalClear Syntax

While loops


The block of statements will be executed while the condition returns true. The number of times the statements will be executed can be unknown.

A While loop can be left immediately with the Exit While statement.

Usage:

While (condition) Do
		(statements)
Do 
		(statements) 
While (condition)

i-net software strives to provide accurate product documentation. Please give us your feedback using the form below.
NOTE: This form is for documentation feedback only. For technical assistance, please send an email to crystalclear@inetsoftware.de.

This page is: very poor very good
Comment: