Last Modified: 1/1/2021
Pauses code execution for horizontal blank for every <Interval>.
Name | Type | Required | Description |
Interval | Integer | Yes | The duration you wish to pause execution. |
TvBlank | System Identifier | No | Changes when the Sleep2 command ends. |
Syntax: Sleep2 <Interval> [,TvBlank] |
While 1 Locate 1, 1: Print "Hello World!" Sleep2 10, TvBlank Wend |