For… Next
For <Compteur> = <Début> To <Fin> [Step <Pas>]
Instructions
Next [<Compteur>]
For Each… Next
For Each <Variable> = <Début> In <Collection>
Instructions
Next [<Variable>]
While… Wend
While <Condition>
Instructions
Wend
Do… Loop
Do
Instructions
Loop Until|While [<Condition>]
Exit, GoTo
Exit
GoTo
1 Commentaire Laisser un commentaire
Les commentaires sont fermés