Last Modified: 1/2/2021
Jumps to the next iteration of the loop.
Name | Type | Required | Description |
LoopType | Keyword | Yes | The loop you're continuing. |
Type |
Do, Loop |
For |
While |
Syntax: Sleep <Interval> [,TvBlank] |
For i = 1 To 10 If i > 5 Then Continue For Print i Next |