MathGroup Archive 2009

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

Search the Archive

Generating a list numnber in string format

  • To: mathgroup at smc.vnet.net
  • Subject: [mg102598] Generating a list numnber in string format
  • From: "Richard Trilling" <rich.bis at wanadoo.fr>
  • Date: Sun, 16 Aug 2009 06:40:58 -0400 (EDT)
  • Organization: les newsgroups par Orange

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: Functions of Arrays
  • Next by Date: Symbolic integration
  • Previous by thread: Re: Functions of Arrays
  • Next by thread: Re: Generating a list numnber in string format