InfiniteLives
Programmer
I have set a multivalue array. I know the figures I want in each element. I have tried to set them. e.g.<br>
<br>
array=(1,56,3,23,8,98) and so on.<br>
<br>
Yes you can call me dense. I knew as soon as the error message came up why this is wrong.<br>
<br>
Please tell me there is an easier way to set the values other than<br>
<br>
array(0,0)=1<br>
array(0,1)=56 etc.<br>
<br>
Thanks
<br>
array=(1,56,3,23,8,98) and so on.<br>
<br>
Yes you can call me dense. I knew as soon as the error message came up why this is wrong.<br>
<br>
Please tell me there is an easier way to set the values other than<br>
<br>
array(0,0)=1<br>
array(0,1)=56 etc.<br>
<br>
Thanks