MathGroup Archive 2004

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

Search the Archive

Re: operator <> on file name

  • To: mathgroup at smc.vnet.net
  • Subject: [mg53072] Re: operator <> on file name
  • From: Marcus Stollsteimer <marcus314 at yahoo.com>
  • Date: Wed, 22 Dec 2004 04:53:14 -0500 (EST)
  • References: <cq6e4r$2q4$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

bar at ANTYSPAM.ap.krakow.pl wrote:

> 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

Hi Olaf,

works perfectly for me,

In[1]:=
$Version

Out[1]=
5.0 for Linux (November 18, 2003)

Regards,
Marcus

-- 
Chaos in the midst of chaos isn't funny,
but chaos in the midst of order is. -- Steve Martin


  • Prev by Date: Why doesn't DSolve solve this?
  • Next by Date: How to do Continued fraction of polynomials
  • Previous by thread: operator <> on file name
  • Next by thread: Re: operator <> on file name