MathGroup Archive 2001

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

Search the Archive

Open Write?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg30911] Open Write?
  • From: Moranresearch at aol.com
  • Date: Mon, 24 Sep 2001 01:49:15 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Here is a simple loop that generates values.
Do[Print[x^2], {x, 0, 1, .1}]
How can I write these values to a file eg. Values.txt? The Print command is 
not necessary.
Thank you.



  • Prev by Date: Re: Problem with Interval Calculations?
  • Next by Date: EPS export problem
  • Previous by thread: a bug in Solve
  • Next by thread: Re: Open Write?