MathGroup Archive 2003

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

Search the Archive

Re: list of file names

  • To: mathgroup at smc.vnet.net
  • Subject: [mg44854] Re: [mg44840] list of file names
  • From: "Mihajlo Vanevic" <mvanevic at gawab.com>
  • Date: Thu, 4 Dec 2003 03:04:12 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

"root" <> StringJoin @@ Table["0", {3 - StringLength[#]}] <> # <> ".dat" & /@ 
  ToString /@ {1, 2, 3, 4, 77, 123}

or

"root" <> StringJoin @@ Table["0", {3 - StringLength[#]}] <> # <> ".dat" & /@ 
  ToString /@ Range[5]


Regards,				 
         Mihajlo Vanevic


**************************************************************
*    At 2003-12-03, 04:24:00 
*        Flurchick, Kenneth M, FLURCHICKK at MAIL.ECU.EDU  wrote:
**************************************************************
>GentleBeings
>I want to create a list of file names
>rootXXX.dat
>where XXX is an integer fixed width
>Don't quite see how 
>kenf
**************************************************************




  • Prev by Date: Re: Importing LaTeX into Mathematica
  • Next by Date: Re: list of file names
  • Previous by thread: Re: list of file names
  • Next by thread: Re: list of file names