i have a problem with the v7.0, i have a txt file with this txt:
TRUE-FALSE-POINTS-TIME-CORRECT-WRONG-MUSIC-SFX-LANGUAGE
i open it here:
@file 21,"databaseENG.hws"
SETFONT("ARIAL",30)
SETFONTSTYLE(#ANTIALIAS)
print(readline(21))
WAITLEFTMOUSE()
and i have this output:
TRUE-FALSE-POINTS-TIME-CORRECT-WRONG-MUSIC-SFX-LANGUAGE
this have as a tabulator in the first character, i don´t know why, and my original file is correct too, i do test with:
SetDefaultEncoding(...) too, but now i have different outputs, and the result is not good for me.