hi all,
when i use array like this:
array[1]=223
echo ${array[1]}
result is :
array: 1,2: syntax error
thanx.
---------- Post updated at 09:21 AM ---------- Previous update was at 09:20 AM ----------
sorry, i had written wrongly.
when i use array like this:
array[1,2]=223
echo ${array[1,2]}