MathGroup Archive 2001

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

Search the Archive

RE: integer to string??

  • To: mathgroup at smc.vnet.net
  • Subject: [mg30957] RE: [mg30940] integer to string??
  • From: "Harvey P. Dale" <hpd1 at nyu.edu>
  • Date: Fri, 28 Sep 2001 03:55:05 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Richard:
	Table["file"<>ToString[i],{i,5}]
	Best,
	Harvey
Professor Harvey P. Dale
Director
National Center on Philanthropy and the Law
New York University School of Law
Room 206A
110 West 3rd Street
New York, N.Y. 10012-1074
tel: 212-998-6161
fax: 212-995-3149

 -----Original Message-----
From: 	Richard [mailto:wzn at jongnederland.nl] 
To: mathgroup at smc.vnet.net
Sent:	Thursday, September 27, 2001 2:17 AM
To:	mathgroup at smc.vnet.net
Subject:	[mg30940] integer to string??

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





_____________________________________________________________________
This message has been checked for all known viruses by the 
MessageLabs Virus Scanning Service. For further information visit
http://www.messagelabs.com/stats.asp



  • Prev by Date: Re: FileName and Shell Command
  • Next by Date: Re: checking for a particular value in a matrix
  • Previous by thread: RE: integer to string??
  • Next by thread: Re: integer to string??