RE: Re: PaddedForm bug?
- To: mathgroup at smc.vnet.net
- Subject: [mg47914] RE: [mg47901] Re: [mg47877] PaddedForm bug?
- From: David.Annetts at csiro.au
- Date: Fri, 30 Apr 2004 19:26:53 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Dear Konstantin > > > In:= Table[ToString[PaddedForm[t, {1, 2}]], {t, 0, 1, 0.1}] > > Try... > > Table[PaddedForm[t, {3, 2}], {t, 0, 1, 0.05}] > > > > Even though the proposed example, PaddedForm[t, {3, 2}], > works, it makes no sense to me. In PaddedForm[expr,{n,f}], what is n? > What happened to "?PaddedForm"? Online help explains this.