DataConv
Germany
60 Posts |
Posted - 09/21/2010 : 01:16:14 AM
|
I assume your table is as followed: col(2) holds your data col(3) determines your maximum col(4) determines your minimum For working correctly, columns 2,3 and 4 must have the same size. However, if you have just 2 single values for min and max just use 'col(3)[1]' and 'col(4)[1]'. Or even better, create a variable like 'rmin=col(4)[1];' to work with... |
 |
|