MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Generating a list numnber in string format

  • To: mathgroup at smc.vnet.net
  • Subject: [mg102607] Re: [mg102598] Generating a list numnber in string format
  • From: "Scot T. Martin" <smartin at seas.harvard.edu>
  • Date: Mon, 17 Aug 2009 04:00:28 -0400 (EDT)
  • References: <200908161040.GAA01235@smc.vnet.net>

How about---

binlist=ToString/@Range[1,10]

On Sun, 16 Aug 2009, Richard Trilling wrote:

> Hello,
>
> I would like to be able generate a list of numbers from 1 to n string
> format.
>
> binlist={"1","2","3","4",..."n"}
>
> I need to use them in this format to map into a list of variable names
>
> binnames = Map["bin" <> # &, binlist]
>
>
>
>


  • Prev by Date: Imported Image In Manipulate Resizing in 7
  • Next by Date: Re: Functions of Arrays
  • Previous by thread: Generating a list numnber in string format
  • Next by thread: Re: Generating a list numnber in string format