Project

General

Profile

Bug #829

The word 'start' causes Syntax Error when used at the end of array name

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

Status:
Closed
Priority:
Normal
Target version:
Start date:
09/19/2021
Due date:
% Done:

0%

Estimated time:
Affected version:

Description

#splashScreen:False
dim bstart(2,2)
a=bstart(1,1)

If you take out the 't' (e.g. bstar), then it runs.

#1

Updated by Paul Kitching over 2 years ago

I also get a white screen lockup on running another game when I used bstart as a normal variable. The converted AOZ to javascript gave this in the application .js file:

this.blocks[1825]=function(aoz,vars)
    {
        // bnum=((levelx+1)*showlevely)+(showlevelx+1)+bstart
        aoz.sourcePos="0:1905:12";
        #not_implemented
        vars.bnum=aoz.fp2Int(((vars.levelx+1)*vars.showlevely)+(vars.showlevelx+1)+0);
    };
#2

Updated by Paul Kitching over 2 years ago

  • Status changed from New to Closed

I didn't know, but bstart is a command. It may have been recently added, though it says 'not implemented'. It probably didn't check for it in the past when I was using it, so I'll close this.

Also available in: Atom PDF