Page 1 of 1

EightyOne variable bug (fixed)

Posted: Wed May 29, 2024 4:51 pm
by zarsoft
HELP!

Please fix this bug on EightyOne 1.40:

When I load this BAS file
10 LET X1=1
20 LET X12=12
30 PRINT X1
40 PRINT X12

and RUN the program then I got this error:
Invalid expression in line 20.

To solve this I must do EDIT ENTER on this line.

But I have many lines like this and I dont want to do EDIT ENTER on every line...

Thanks.

Re: EightyOne variable bug

Posted: Wed May 29, 2024 5:58 pm
by stroebeljc
I'm able to reproduce the problem and will look for a solution.

Re: EightyOne variable bug

Posted: Wed May 29, 2024 10:45 pm
by stroebeljc
A fix has been implemented and should appear in the next release of EightyOne. I'm not sure when that will be.

Re: EightyOne variable bug

Posted: Thu May 30, 2024 12:47 am
by zarsoft
stroebeljc wrote: Wed May 29, 2024 10:45 pm A fix has been implemented and should appear in the next release.

Can I get that fix now?
( For testing purposes, eh, eh... :) )

On the ZX BASIC compiler (Boriel) we can get the fix before the official release...

Re: EightyOne variable bug (the fix is on the mail but it not arrived yet)

Posted: Tue Mar 11, 2025 11:09 am
by Fruitcake
This issue should now be fixed in v1.41

Re: EightyOne variable bug (the fix is on the mail but it not arrived yet)

Posted: Tue Mar 11, 2025 11:43 am
by zarsoft
Fruitcake wrote: Tue Mar 11, 2025 11:09 am This issue should now be fixed in v1.41
Thanks