n = 7.125 print n using ("#####.###") // => 7.125 print str$(n, "%09.3f") // => 00007.125