{{sidenavigation.sidenavigationExpandLabel}}
{{getMsg('Help_YouAreHere')}}: {{page.title}} {{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}} {{helpModel.downloadHelpPdfDataStatus}}

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)//
SEP IT AG
sep.ch verwendet Cookies und ähnliche Technologien, um das Nutzererlebnis auf unserer Webseite zu verbessern und unseren Datenverkehr zu analysieren. Mehr Informationen in unserer Datenschutzerklärung


Help - While loops (Crystal)