Saving
- To: mathgroup at smc.vnet.net
- Subject: [mg21740] Saving
- From: Robert <robert.schuerhuber at gmx.at>
- Date: Wed, 26 Jan 2000 03:45:40 -0500 (EST)
- Organization: Vienna University of Technology, Austria
- Sender: owner-wri-mathgroup at wolfram.com
hello!
how can i create a file name in a variable in a program to save results?
For example,
result=1
filename= SequenceForm["test", i, ".asc"] /. {i -> 1}
Put[result, filename]
gives the output:
General::stream: test1.asc is not a string, InputStream[ ], or
OutputStream[ ].
by the way, is there a way to save (all) variables with name and current
content?
thanks, robert