Re: integer to string??
- To: mathgroup at smc.vnet.net
- Subject: [mg30943] Re: integer to string??
- From: Erk Jensen <Erk.Jensen at cern.ch>
- Date: Fri, 28 Sep 2001 03:54:52 -0400 (EDT)
- 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
Table["file" <> ToString[i], {i, 10}]
Ciao
-erk-