-->
Page 1 of 1

Save 'errors'

PostPosted: Fri Dec 16, 2016 10:06 am
by PhilTilson
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:
Code: Select allprint time()
print version()
print "I am up and running"


results in the following output:
Code: Select allFri 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

Re: Save 'errors'

PostPosted: Sat Dec 17, 2016 10:59 am
by Edi
I remember, one day I also saw the "Error in line 14".
But there was no error ...
To make an experiment, I included some additional lines before that ominous line 14.
The result was strange: Somtimes I got the same "Error in Line 14", but sometimes the allegedly error-line was moving.

No idea, what it was, but some tests later, the problem was disappeared ...
Strange!

Re: Save 'errors'

PostPosted: Sat Dec 17, 2016 11:32 am
by Mmiscool
These are not really errors. Yhis os the zave operation halting the currently running orogram prior to writing to it.

Re: Save 'errors'

PostPosted: Mon Dec 19, 2016 10:04 am
by PhilTilson
These are not really errors. Yhis os the zave operation halting the currently running orogram prior to writing to it.


Er - OK... But will this 'non-error' be likely to disappear in a future release? ;)