incrementing a decimal...

hh hh at hyperhh.de
Tue Nov 7 19:50:26 EST 2017


put 33.000 into x
put 34.123 into y
put 0.001 into stp
repeat with i=x to y-stp/2 step stp
   put format("3.%.3f",i) & cr after lst
end repeat





More information about the use-livecode mailing list