|
Mike Buess
USA
3037 Posts |
Posted - 01/05/2005 : 8:22:40 PM
|
1. Use the Matrix command.
//Get the number of columns and rows... matrix -pg DIM var1 var2; var1=; // number of columns? VAR1=20 var2=; // number of rows? VAR1=10
//Set the number of columns and rows... matrix -ps DIM 20 10;
2. Use the cell function.
cell(rowNum,colNum) = value;
Mike Buess Origin WebRing Member |
 |
|