| Posted: 10:49pm 20 Nov 2023 |
|
|
|
ARMmiteH7 MMBasic Version 5.07.02b0 (144 pins) RevId 1003 Copyright 2011-2023 Geoff Graham Copyright 2016-2023 Peter Mather
A quick removal of any EOL space.
Problem now is that the PAGE command is unknown:
CODE is: PAGE ThisPGE
> RUN
[8158] GUI PAGE ThisPGE Error : PAGE is not declared >
There are too many changes in the behavior of some commands now, I'm getting hard faults and locking from things like:
TmpStr=Mid$(Cwd$,1,1) -> Causes a Hard Fault Error and lockup.
Changing to:
TmpStr2=Cwd$ Mid$(TmpStr2,1,1)
Works but obviously I have problems due to other command structure changes.
I expected things to break, so I'm not really worried about it.
FYI I'm Not complaining, just letting you know what I found.
As soon as I get time I'll Program a new project using the correct command syntax.
I just wish I had more time at the moment, I'm looking forward to exploring the additions and changes.
Once again, I really appreciate the hard work you're putting into this.
Cheers. . Edited 2023-11-21 08:50 by KeepIS |