{{htmlmetatags>metatag-robots=() metatag-title=(AT | ugBASIC User Manual) metatag-keywords=(ugBASIC,Commodore 64,Commodore PLUS/4,ZX Spectrum) metatag-description=(Manual page for AT) metatag-media-og:image=(:ugbasic:logo-ugbasic-fb.png) metatag-og:title=(AT | ugBASIC User Manual) metatag-og:description=(Manual page for AT) }} ====== 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: * ''[[https://github.com/spotlessmind1975/ugbasic/tree/main/examples/texts_position_05.bas|texts_position_05.bas]]'' * ''[[https://github.com/spotlessmind1975/ugbasic/tree/main/examples/texts_position_06.bas|texts_position_06.bas]]'' ==== ABBREVIATION ==== At ==== AVAILABLE ON ==== * Atari (400/800) ==== SEE ALSO ==== [[LOCATE]] ==== ANY PROBLEM? ==== If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please [[https://github.com/spotlessmind1975/ugbasic/issues/new?title=ISSUE ON AT|open an issue]] for this keyword on GitHub. Thank you!===== POWERED BY ===== [[:ugbasic:user:index|{{ :ugbasic:user:logo-ugbasic.png?nolink&600 |}}]]