Project

General

Profile

Actions

Bug #46

closed

RESTORE causes internal error

Added by Paul Kitching over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Target version:
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


Related issues 2 (0 open2 closed)

Related to AOZ Studio V1 (TBD bugs clean/-> V2) - Bug #3: Restore VARIABLE reports a syntax errorClosedFrancois Lionet01/17/2020

Actions
Related to AOZ Studio V1 (TBD bugs clean/-> V2) - Bug #24: Restore to expression not implemented.ClosedFrancois Lionet01/18/2020

Actions
Actions #1

Updated by Paul Kitching over 4 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"
Actions #2

Updated by Francois Lionet over 4 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.

Actions #3

Updated by Baptiste Pillot over 4 years ago

  • Status changed from Resolved to Closed
Actions #4

Updated by Baptiste Pillot over 4 years ago

  • Related to Bug #3: Restore VARIABLE reports a syntax error added
Actions #5

Updated by Baptiste Pillot over 4 years ago

  • Related to Bug #24: Restore to expression not implemented. added
Actions

Also available in: Atom PDF