User Tools

Site Tools


ugbasic:user:kw:at
Translations of this page:


ugBASIC User Manual

AT ✓

SYNTAX

   = AT$( x , y )

PURPOSE

The AT$ can be used to change the position of the text cursor directly from inside a character string. This is ideal for positioning text once and for all on screen, no matter what happens in the program, because the text cursor can be set during the program's initialisation phase.

The string that is returned takes the standard format. So whenever this string is printed, the text cursor will be moved to the text coordinates held by x and y.

EXAMPLE

  PRINT AT$(10,10)

See also the following example files:

ABBREVIATION

 At

AVAILABLE ON

  • Atari (400/800)

SEE ALSO

ANY PROBLEM?

If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!

POWERED BY