|
[Date Index]
[Thread Index]
[Author Index]
Put a list to a file
- To: mathgroup at smc.vnet.net
- Subject: [mg5837] Put a list to a file
- From: lthompso at s.psych.uiuc.edu (Laura Thompson)
- Date: Tue, 28 Jan 1997 03:43:01 -0500
- Organization: University of Illinois at Urbana
- Sender: owner-wri-mathgroup at wolfram.com
I would like to put the output of Print[TableForm[mylist]] to a file which
will _not_ be used by mathematica...
I have tried Put, >>, opening a stream, Write, and I get either Null, if I
include the command Print, or the actual list (in list format) if
I don't include Print. I would like it in TableForm..in this case one
column of data.
Note: it prints fine to the screen. I have tried to send % to a file (no
luck) as well as named output...I get Null.
thanks,
Laura
Prev by Date:
Re: extracting elements from a list of lists
Next by Date:
style set-up is now impossible with 3.0?
Previous by thread:
statistics
Next by thread:
style set-up is now impossible with 3.0?
|