05-11-2009, 09:38 PM
The 1st problem seems a critical bug, so I'm going to fix it right now! (The function parameter STR(X) bug).
On the other hand, this code works ok:
I use EmuZWin emulator. Which one do you use?
Emulator crashes are not related to the compiler (or should not be).
Note: The POKE STRING ... is a rather strange case. I will check it, anyway.
On the other hand, this code works ok:
Code:
dim a as ubyte
a=20
print str(a)
Emulator crashes are not related to the compiler (or should not be).
Note: The POKE STRING ... is a rather strange case. I will check it, anyway.