Re: change filename automatically in Export Command
- To: mathgroup at smc.vnet.net
- Subject: [mg73853] Re: change filename automatically in Export Command
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Fri, 2 Mar 2007 06:27:12 -0500 (EST)
- Organization: Uni Leipzig
- References: <es6df0$s3h$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi, numberedExport[i_Integer,gr_]:=Export["someFilePrefix"<>ToString[i]<>".png",gr] ?? Regards Jens serdal kirmizialtin wrote: > Hi All, > Does anybody know how to change the name of the file with a Do loop in the = > Export comand > For example > I want to name my files as a1.png a2.png a3.png ....a1000.png > each time I use the following command > Export["filename",aa1,"PNG"] > > i need to change filename by hand is there a way of doing it automatically= > > > > Many Thanks >