Tengento wrote:
Hi, I think i've found a new bug. Try those two programs:
Code:
and
Code:
They should do the same (if i'm not mistaken). However the first one works, it returns 'ABC', but the second one returns "random" tokens.
Code:
'ABC'->{L5+3}
Copy(Str0,{L5+3},3
Disp Str0
and
Code:
3->A
'ABC'->{L5+A}
Copy(Str0,{L5+A},3
Disp Str0
They should do the same (if i'm not mistaken). However the first one works, it returns 'ABC', but the second one returns "random" tokens.
Yep, I found this bug and fixed it. Thanks for the report! (will update ICE soon). Also fixed another bug where an OS string is the second operand of an operator (like "A+Str0").
