home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: sci.math.symbolic
- Path: sparky!uunet!utcsri!torn!watserv2.uwaterloo.ca!watserv1!.waterloo.edu!mrs
- From: mrs@.waterloo.edu (M. R. Sridhar)
- Subject: Mathematica - Output-Filename
- Message-ID: <Bt9FCB.KGn@watserv1.uwaterloo.ca>
- Sender: news@watserv1.uwaterloo.ca
- Reply-To: mrs@.waterloo.edu (M. R. Sridhar)
- Organization: University of Waterloo, Waterloo, Ontario
- Date: Thu, 20 Aug 1992 02:09:46 GMT
- Lines: 19
-
-
-
-
-
- stream = OpenWrite["filename", FormatType->OutputForm];
-
- Write[stream, XX, " ", YY];
-
- Close[stream];
-
-
- In the above set of statements how do i make the output filename independent
- of the program? i.e. i would like to specify the output filename before
- these statements are executed.
-
- Thanks in advance.
-
- Sridhar.
-
-