AMOSi:Text

From Amiga Coding
Revision as of 01:33, 18 November 2007 by Spellcoder (talk | contribs) (now contains the correct article)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

an example can be found on AMOSPro_Examples:Examples/H-7/Help_79.AMOS


Prints some graphic TEXT at your chosen SCREEN coordinates.


Text x,y,t$


Note: t$ must be a string. If you want to use a number you must first convert it into a string with the STR$ function.