how to replace a numeric value in a variable
Hi All,
this might be very easy so forgive me, i am trying to replace a numeric value in a variable with another value and am trying to do so with the following syntax
Acc << select where( :lo50%expGMT > 10.0 );
Acc << replace (5);
this deletes the whole row rather then replace any values under 10 with 5.
Can anyone help me?????
MAS