Bug #829
closed
The word 'start' causes Syntax Error when used at the end of array name
Added by Paul Kitching about 3 years ago.
Updated about 3 years ago.
Description
#splashScreen:False
dim bstart(2,2)
a=bstart(1,1)
If you take out the 't' (e.g. bstar), then it runs.
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);
};
- 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