diskot123 at juno.com wrote: >put tarray["Name"] --return 1,0,10 >put tarray["Data1"] --return 10,1,0 > >put keys(tarray) returns Name,Data1,Data2,Data3 I've found this, but i want something like this : put tarray["Name3","Data3"] -- return 10 And if i combine tarray just after split, the result is complety different.