Re: integer to string??
- To: mathgroup at smc.vnet.net
- Subject: [mg30971] Re: integer to string??
- From: Albert Retey <albert.retey at visualanalysis.com>
- Date: Fri, 28 Sep 2001 03:55:26 -0400 (EDT)
- Organization: Visual Analysis AG
- References: <9ouhp1$1b5$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Richard wrote: > > Hi all, > > Is it possible to append an integer to a string? For example in a for-loop > i'm trying to create the strings: file1, file2, file3, etc. How can I do > this by appending a counter (i) to the string filee. > > Thanx !!, > WJ Yes it is: StringJoin["",ToString[i]] Albert