Hi, I was a bit suprised to find out that Format$ doesn't support space padding like it does with zero's So: PRINT Format$(72.06, " .##") PRINT Format$(2.05, " .##") Prints: 72.06 2.05 Any technical reason for this? Regards, Ron_2nd