Feb. 28, 2011
8:28 a.m.
Status: Fixed Owner: stephane...@gmail.com Labels: Milestone-1.3 New issue 3765 by stephane...@gmail.com: fixed printPadded http://code.google.com/p/pharo/issues/detail?id=3765 1.0 printPaddedWith: $0 to: 2.1. "'01.0'" 1.0 printPaddedWith: $0 to: 2.2. "'01.00'" 1.0 printPaddedWith: $0 to: 2.3. "'01.00'" <-- wrong 1.0 printPaddedWith: $0 to: 2.4. "'01.000'" <-- wrong 1.0 printPaddedWith: $0 to: 2.5. "'01.00000'" Attachments: printPadded.1.cs 2.8 KB