7 Sep 2004 20:57GMT
#55
Summary
The %rf format code uses the exponential format for numbers less than 0.01 by default.
Solution
You can change this limit to a smaller number by using:
call set_clearwin_float@('rf_exp_limit', 0.00001)
where 0.00001 is the limiting number you wish to use. You should call this function before you use the %rf format code in a winio statement.
Admin Silverfrost Limited
Help topics:
%rf