Re: Numbering
- To: mathgroup at smc.vnet.net
- Subject: [mg100221] Re: Numbering
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Thu, 28 May 2009 06:50:16 -0400 (EDT)
- Organization: Uni Leipzig
- References: <gvlhqc$dkp$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi,
Table[NumberForm[i, 2, NumberPadding -> {"0", "0"}], {i, 1, 21}]
?
But keep in mind it is a *Form and does not change the expression
and a Form is wrapped around it.
Regards
Jens
graser wrote:
> Hello,
>
> I tried to make a numbering in mathematica like
>
> 001,002,003,004....010,011,012..021.
>
> instead of 1,2,3,4....21..
>
> Is there any way I can do like this ?
>
> What kind of format do I have to use to make it?
>
> Many thanks for your help!
>