Save 'errors'
Posted: Fri Dec 16, 2016 10:06 am
I have reviewed the posts on memory errors in a64 and the improvements in a65. I just wanted to point out that I am getting strange errors on saving as well - though mine are not Line 0!
This short program:
results in the following output:
Everything still seems to work, but it's a bit distracting!
Phil
This short program:
Code: Select all
print time()
print version()
print "I am up and running"
results in the following output:
Code: Select all
Fri Dec 16 13:22:39 2016
ESP Basic 3.0.Alpha 65
I am up and running
Done...
[then I do a Save command]
Done...
Error at line 14:
Error at line 14: Halted
start save
Error at line 14:
Error at line 14: Halted
/default.bas/14
end of save!!
Error at line 14:
Error at line 14: Halted
Everything still seems to work, but it's a bit distracting!
Phil