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


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to