MathGroup Archive 2003

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

Search the Archive

Re: automational generating of filenames (involving numbers)

  • To: mathgroup at smc.vnet.net
  • Subject: [mg42503] Re: automational generating of filenames (involving numbers)
  • From: "Robert Nowak" <robert.nowak at ims.co.at>
  • Date: Sat, 12 Jul 2003 05:19:04 -0400 (EDT)
  • References: <belne4$gru$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

hi,
try the following with n containing the desired number
dont use (uppercase) N as this is a mathematica standard function

n=n+1
Export["name"<>ToString[n], f1]

regards robert

"winkler" <winkler at mbi-berlin.de> wrote in message
news:belne4$gru$1 at smc.vnet.net...
> hi,
> I want to generate automatically new file names to export data in new
> files.
> For example:
>
> N=N+1
> Export["name", f1]
>
> now I want to include N in the file name. Is there a possibility to do
> that or something similar?
>
> thx
>



  • Prev by Date: Re: A short question about SetDelayed[]
  • Next by Date: NDSolve and Lane-Emden
  • Previous by thread: RE: automational generating of filenames (involving numbers)
  • Next by thread: Re: automational generating of filenames (involving numbers)