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 :)