Project

General

Profile

Bug #513

Every N Proc PROCNAME is broken in RC3.

Added by Brian Flanagan over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
High
Target version:
Start date:
09/26/2020
Due date:
% Done:

0%

Estimated time:
2:00 h
Affected version:

Description

The Every statement fails when used to call Procedures in Beta RC3.
It worked fine in version Beta RC2.

(The Gosub version works.)

Example:

Every 6 Proc ReadClock

Wait Key

Procedure ReadClock
    Locate 0,0 : Print Using "################";Timer
    Every On
End Proc

Resulting errors:

raoz.js:458 procReadClock is not defined
raoz.js:459 ReferenceError: procReadClock is not defined
    at Application.blocks.<computed> (application.js:43)
    at doUpdate (raoz.js:446)
raoz.js:802 Internal error at line: 6, column: 1 in file main.aoz.
#1

Updated by Francois Lionet over 3 years ago

  • Status changed from New to Resolved

Fixed!

#2

Updated by Francois Lionet over 3 years ago

  • Target version set to Beta RC4

Works in RC4

#3

Updated by Brian Flanagan over 3 years ago

  • Status changed from Resolved to Closed

Works with 10/9 updates.

Also available in: Atom PDF