Last Modified: 1/18/2021
Sets the video mode to NTSC/60hz or PAL/50hz based on the TvType value.
Name | Type | Required | Description |
TvType | Integer | Yes | Valid values are 0 for NTSC and 1 for PAL |
Syntax: TvSet <ITvType> |
TvSet 0 While 1 Locate 1, 1: Print "Hello World!" Sleep 1 Wend |