AMOSi:Text

From Amiga Coding
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.