>From your last code sample, I think I understand that you want to retrieve the 
>table entry, that was added first to table. So indeed iterating over the keys 
>and stopping after first one makes sense, I think there is no function to 
>retrieve the first added element. And I think I can remember someone asking 
>how to get the n-th. added element, conclusion was to use a loop similar as 
>you do.

Reply via email to