I have tried various combinations without success.
can anybody please tell me, if it is possible to fill an array or structure in some way such as...
myArray=[[1,2],[3,4]]
to avoid the tedious...
myArray(0,0)=1
myArray(0,1)=2
myArray(1,0)=3
...
can anybody please tell me, if it is possible to fill an array or structure in some way such as...
myArray=[[1,2],[3,4]]
to avoid the tedious...
myArray(0,0)=1
myArray(0,1)=2
myArray(1,0)=3
...