Actions
Bug #46
closedRESTORE causes internal error
Start date:
01/21/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
The restore commands causes a runtime internal error.
Actually version 0.9.3, but this page doesn't list it
Updated by Paul Kitching almost 5 years ago
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"
Updated by Francois Lionet almost 5 years ago
- 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.
Updated by Baptiste Pillot almost 5 years ago
- Status changed from Resolved to Closed
- source : https://www.amos2.fr/ide/Amos2/Ide/Program/461
- run : https://www.amos2.fr/run/tickleman/46/
- result : yes, it works : empty, with a label, a number, or an expression
Updated by Baptiste Pillot almost 5 years ago
- Related to Bug #3: Restore VARIABLE reports a syntax error added
Updated by Baptiste Pillot almost 5 years ago
- Related to Bug #24: Restore to expression not implemented. added
Actions