Re: Avoid printing leading zero
- To: mathgroup at smc.vnet.net
- Subject: [mg100777] Re: Avoid printing leading zero
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Sat, 13 Jun 2009 06:05:59 -0400 (EDT)
- Organization: Uni Leipzig
- References: <h0sc2a$hi2$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi, StringReplace[ToString at NumberForm[-0.3, {0, 2}], "0." -> "."] ? Regards Jens Jos=E9 Lorenzana wrote: > How do you avoid printing the leading zero in -0.03? > I need to construct the string "-.03" . > > Something like this does not work: > ToString at NumberForm[-0.3, {0, 2}] > > Thanks a lot! > > Jos=E9 >