I wonder , if we can save two values , for example , name and number , in the same array member , for example , i have write the following code to do this :
`array[$count]={$x , 1}`
where $x containe a string , but when i want to print the value that array[$count] have :
`echo "$count - $x1 - ${array[$count]} \n"`
it's give just the first value which is $x