Aide:Do.txt
De Wiki AutoIt Français
Document original V3.3.6.1 :
###Keyword###
Do...Until
###Description###
Loop based on an expression.
###Syntax###
<b>Do</b>
<i>statements</i>
...
<b>Until</b> <expression>
###Parameters###
@@ParamTable@@
expression
The statements in between Do and Until are executed until the expression is true.
@@End@@
###Remarks###
Do...Until statements may be nested.
The expression is tested after the loop is executed, so the loop will be executed one or more times.
###Related###
ContinueLoop, ExitLoop
###Example###
@@IncludeExample@@
Document traduit V3.3.6.1 :
###Keyword###
Do...Until
###Description###
Boucle basée sur une expression.
###Syntax###
<b>Do</b>
<i>déclarations</i>
...
<b>Until</b> <expression>
###Parameters###
@@ParamTable@@
expression
Les déclarations entre Do et Until sont exécutées jusqu'à ce que l'expression soit vraie.
@@End@@
###Remarks###
La déclaration Do...Until peut être imbriquée.
L'expression est testée après l'exécution de la boucle, donc la boucle est exécutée une fois ou plus.
###Related###
<a href="ContinueLoop.htm">ContinueLoop</a>, <a href="ExitLoop.htm">ExitLoop</a>
###Example###
@@IncludeExample@@
Traducteur : jbnh
Contributeurs (pour les modifications avant le Wiki) :