Petr Schreiber
14-09-2008, 18:38
Hi Eros,
I found a problem in core or parsing.
Try following:
uses "Console"
local a AS ASCIIZ * 256 = "Ciao"
local b AS ASCIIZ * 256 value "Ciao"
PRINTL "A =", a
PRINTL "B =", b
waitkey
For a I get nothing, for b I get correct value. So it seems VALUE is not the same as equal sign in this case.
Thanks,
Petr
I found a problem in core or parsing.
Try following:
uses "Console"
local a AS ASCIIZ * 256 = "Ciao"
local b AS ASCIIZ * 256 value "Ciao"
PRINTL "A =", a
PRINTL "B =", b
waitkey
For a I get nothing, for b I get correct value. So it seems VALUE is not the same as equal sign in this case.
Thanks,
Petr