Hi Ladislav,

when using 'select I'd always use different types
for values and keys, then those problems won't
arise.


regards,

Ingo


Once upon a time [EMAIL PROTECTED] spoketh thus:
<..> 
> I think, that Select is sometimes not suitable for accessing the
> associative structures. See this:
> 
> Associative: [
>     1 6
>     2 5
>     3 4
>     4 3
>     5 2
>     6 1
> ]
> 
> >> print select associative 5
> 3

Reply via email to