MathGroup Archive 2000

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

Search the Archive

Re: Saving

  • To: mathgroup at smc.vnet.net
  • Subject: [mg21754] Re: [mg21740] Saving
  • From: Russell Towle <rustybel at foothill.net>
  • Date: Thu, 27 Jan 2000 22:56:36 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Try this:

result=1
i=22 (*the 22nd test file*)
filename=StringJoin[ "test", ToString[ i ], ".asc" ]
Put[ result, filename }

Russell Towle
Box 141
Dutch Flat, CA 95714
(530) 389-2872




  • Prev by Date: save notebook without output
  • Next by Date: ToString[Hold[a]] gives Hold[a]
  • Previous by thread: Saving
  • Next by thread: Re: Saving