EightyOne variable bug (fixed)

Emulator and emulator development specific topics
Post Reply
User avatar
zarsoft
Posts: 22
Joined: Wed Dec 29, 2021 2:20 pm
Location: Portugal
Contact:

EightyOne variable bug (fixed)

Post 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.
Last edited by zarsoft on Tue Mar 11, 2025 11:43 am, edited 2 times in total.
stroebeljc
Posts: 114
Joined: Thu Apr 23, 2020 6:02 am
Location: Minneapolis, MN

Re: EightyOne variable bug

Post by stroebeljc »

I'm able to reproduce the problem and will look for a solution.
John
stroebeljc
Posts: 114
Joined: Thu Apr 23, 2020 6:02 am
Location: Minneapolis, MN

Re: EightyOne variable bug

Post by stroebeljc »

A fix has been implemented and should appear in the next release of EightyOne. I'm not sure when that will be.
John
User avatar
zarsoft
Posts: 22
Joined: Wed Dec 29, 2021 2:20 pm
Location: Portugal
Contact:

Re: EightyOne variable bug

Post 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...
Fruitcake
Posts: 372
Joined: Wed Sep 01, 2010 10:53 pm

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

Post by Fruitcake »

This issue should now be fixed in v1.41
User avatar
zarsoft
Posts: 22
Joined: Wed Dec 29, 2021 2:20 pm
Location: Portugal
Contact:

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

Post by zarsoft »

Fruitcake wrote: Tue Mar 11, 2025 11:09 am This issue should now be fixed in v1.41
Thanks
Post Reply