Bug #46
closed
RESTORE causes internal error
Added by Paul Kitching almost 5 years ago.
Updated almost 5 years ago.
Description
The restore commands causes a runtime internal error.
Actually version 0.9.3, but this page doesn't list it
This happens when RESTORE is used on its own, e.g.
restore
read a$
print a$
data "test"
That gives an internal error.
This DOES work:
restore d
read a$
print a$
d:
data "test"
- Status changed from New to Resolved
- Target version set to 0.9.3.2
Fixed. I hope the correction will not make it mess when you have a label or an expression.
- Status changed from Resolved to Closed
- Related to Bug #3: Restore VARIABLE reports a syntax error added
- Related to Bug #24: Restore to expression not implemented. added
Also available in: Atom
PDF