MathGroup Archive 2004

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

Search the Archive

operator <> on file name

  • To: mathgroup at smc.vnet.net
  • Subject: [mg53023] operator <> on file name
  • From: bar at ANTYSPAM.ap.krakow.pl
  • Date: Mon, 20 Dec 2004 06:34:43 -0500 (EST)
  • Organization: Akademia Pedagogiczna w Krakowie
  • Sender: owner-wri-mathgroup at wolfram.com

Hi , 
When I use form :
-------
name="x2";
dir="/home/bar/";
x=N[1/3];
x >> "/home/bar/x1.dat";
x >> dir<>name<>".dat";
----------

file x1.dat is OK but x2 does not work correctly, 

I thought "<>" means sring connection ?

Regards , Olaf Bar


  • Prev by Date: Mathematica is not very clever
  • Next by Date: Primes (again)
  • Previous by thread: Re: Mathematica is not very clever
  • Next by thread: Re: operator <> on file name