繼續(xù) While 或 Do 或 For 循環(huán).
ContinueLoop [等級]
| 等級 | [可選參數(shù)] 指定重新啟動(dòng)循環(huán)的等級. 默認(rèn)值為 1 (當(dāng)前循環(huán)). |
;除了 7, 顯示 1 到 10 的所有數(shù)字
For $i = 1 to
10
If
$i = 7 Then ContinueLoop
MsgBox(0, "$i
的當(dāng)前值為:", $i)
Next
;示例使用數(shù)字是必要的.
| provider with jb51.net (unicode) |