(03-14-2024, 12:46 PM)a740g Wrote: Your file is probably encoded in UTF-8.
Read the contents using _READFILE$ and then print it using _UPRINTSTRING using the encoding argument 8.
See:
https://qb64phoenix.com/qb64wiki/index.php/READFILE$
https://qb64phoenix.com/qb64wiki/index.php/UPRINTSTRING
AMAZING! I didn't know that options in _UPRINTSTRING... in fact, I didn't know this instruction ... (my face is turning red)
Thank you very much

10 PRINT "Hola!
"
20 GOTO 10

20 GOTO 10