This piece of code doesn't work... why?
The readstring$ command gives me an error.
P.s. the file exists
If num = 0 file = ReadFile("aaa.txt") While Not Eof(file) tex1.tex = New tex tex1\let = ReadString$(file) Wend CloseFile(file) EndIf num = 1 For tex1.tex = Each tex Text x,y,tex1\let x = x + 8 If x > 455 Then y = y + 15 : x = 30 Next x = 30 y = 30
The readstring$ command gives me an error.
P.s. the file exists