You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great, if possible, to have the command implemented in Fast Basic, to be able to display text from the string at position x, y, also in the graphics mode, as it's done with TEXT command in Turbo Basic XL 1.5:
TEXT x, y, A$
TEXT x, y, "HELLO"
Thank you very much :)
The text was updated successfully, but these errors were encountered:
It will not let you display characters in graphics mode. TEXT in TBXL works similar to POS. X, Y: PRINT "TEXT" in GR.0, but in graphics modes like GR.7, 8, 15 etc it will actually display characters in graphics window, not colours.
It would be great, if possible, to have the command implemented in Fast Basic, to be able to display text from the string at position x, y, also in the graphics mode, as it's done with TEXT command in Turbo Basic XL 1.5:
TEXT x, y, A$
TEXT x, y, "HELLO"
Thank you very much :)
The text was updated successfully, but these errors were encountered: