I didn't use char[] arrays yet ... so i can't verify if it would be useful,

the only thing my poor brain spits out right now is :

code:

;of course not working
for each $char in "0123456789"
$array[$char] = "whatever"
next

J.

_________________________