Array(2,13) = "some data" |
$data = Array(2,13) Msgok msg=$data |
Array(1,0) = "1000" |
# Initialize required array size to number of records in our grid array(1,0) = "$_Count" array(2,0) = "$_Count" $x = 0 Goto position=top while not($_eol) $x = $x + 1 array(1,$x) = $d_code array(2,$x) = $d_name goto position=next endwhile Goto Position=Top |
Array(1,-1) = "xxx" |
$fullarray = Array(1,-1) |
array(1,0) = "5" array(1,1) = "9" array(1,2) = "100" array(1,3) = "13" array(1,4) = "50" array(1,5) = "1001" array(1,-2) = "" $x = 1 $d = "" while $x <= 5 $d = $d + array(1,$x) + $_NewLine $x = $x + 1 EndWhile msgok msg=$d |
array(1,-2) = "N" |
array(1,-2) = "ND" |