Project

General

Profile

Bug #46

RESTORE causes internal error

Added by Paul Kitching over 4 years ago. Updated about 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

Related to AOZ Studio Beta - Bug #3: Restore VARIABLE reports a syntax errorClosed01/17/2020Francois Lionet

Actions
Related to AOZ Studio Beta - Bug #24: Restore to expression not implemented.Closed01/18/2020Francois Lionet

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"
#2

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

#3

Updated by Baptiste Pillot about 4 years ago

  • Status changed from Resolved to Closed
#4

Updated by Baptiste Pillot about 4 years ago

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

Updated by Baptiste Pillot about 4 years ago

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

Also available in: Atom PDF