Differences
This shows you the differences between two versions of the page.
| Previous revision | |||
| — | textat [2026/09/18 17:46] (current) – [See Also] jjflash | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== TEXTAT ====== | ||
| + | [pet] [vic20] [c64] [c16] [cplus4] [c128] [x16] [m65] | ||
| + | |||
| + | The '' | ||
| + | |||
| + | =====Syntax===== | ||
| + | |||
| + | <code xcbasic> | ||
| + | TEXTAT < | ||
| + | </ | ||
| + | |||
| + | * ''< | ||
| + | * ''< | ||
| + | * ''< | ||
| + | * ''< | ||
| + | |||
| + | <adm warning> | ||
| + | The runtime library will not check if the X and Y values are within the screen boundaries. Providing wrong values will lead to writing to memory locations outside the screen memory, thus potentially damaging the program or data. Use it with care. | ||
| + | </ | ||
| + | |||
| + | <adm note> | ||
| + | Color values between 8 and 15 will set the character to multicolor mode on the Commodore VIC-20. | ||
| + | </ | ||
| + | |||
| + | <adm warning> | ||
| + | '' | ||
| + | </ | ||
| + | =====Examples===== | ||
| + | |||
| + | <code xcbasic> | ||
| + | ' output " | ||
| + | TEXTAT 16, 12, " | ||
| + | ' output " | ||
| + | TEXTAT 0, 0, " | ||
| + | </ | ||
| + | =====See Also===== | ||
| + | |||
| + | * [[SCREEN]] | ||
| + | * [[CHARAT]] | ||