March 25, 2015
7:26 p.m.
According to GRPrinterTest>>#testIntegerPrinter this is expected behaviour ;-) There is also a GRSignPrinter, but since there are no class comments ...
On 25 Mar 2015, at 20:14, Cameron Sanders via Pharo-users <pharo-users@lists.pharo.org> wrote:
Date: 25 Mar 2015 20:13:59 CET Subject: GRNumberPrinter From: Cameron Sanders <camsanders@aol.com> To: Any question about pharo is welcome <pharo-users@lists.pharo.org>
What am i doing wrong here with my usage?
(GRNumberPrinter new separator: $,; precision: 2; yourself) print: -300.
when inspected i get '300.00'.
Thanks in advance.
-Cam