Re: list of file names
- To: mathgroup at smc.vnet.net
- Subject: [mg44871] Re: list of file names
- From: Bill Rowe <readnewscix at mail.earthlink.net>
- Date: Thu, 4 Dec 2003 03:04:35 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
On 12/3/03 at 4:24 AM, FLURCHICKK at MAIL.ECU.EDU (Flurchick, Kenneth M) wrote: > GentleBeings> I want to create a list of file names > rootXXX.dat > where XXX is an integer fixed width Here is one way to achieve this "root"<>StringJoin@@(ToString/@IntegerDigits[3,10,3])<>".dat" which outputs the string root003.dat -- To reply via email subtract one hundred and nine