2009/3/4 Rob Hamerling <[email protected]>:
>
>
>
> Sebastien Lelong wrote:
>>
>> I've often observed pseudo-vars don't behave the same as explicit
>> corresponding function call. Actually, I sometime tend not to trust them.
>> See for instance my post in jallist about "byte out black magic"
>
>> For your problem, have you tried:
>>
>> var byte v = line[i]
>> lcd = v
>
> Yes that works. But I might as well avoid the pseudo variable 'lcd' when
>  used with arrays.  Array handling seems very difficult for the compiler.

Is this issue already reported to Kyle?
Pseudo vars are pretty important IMHO, since they enable something
like 'streams' in a transparent way. But if this does not work with
arrays, this a real pitfall!

Joep

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jallib?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to