title: "vbmClearDot" description: TRSE built-in method (from IDE help)
vbmClearDot
Systems: VIC20
Parameters: b,b
vbmClearDot( [byte-x], [byte-y] );
- [byte-x] - X position 0-159
- [byte-y] - Y position 0-191
Description
Clears a dot at the X and Y position.
Example
vbmClearDot( 50, 100 );