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