Saving file problem
- To: mathgroup at smc.vnet.net
- Subject: [mg54523] Saving file problem
- From: nilaakash at gmail.com (nilaakash)
- Date: Tue, 22 Feb 2005 04:23:50 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Dear Friends, Here I want to save my file in the following way \!\(For[i = 1, i ≤ 5, t = Table[{i, x, Sin[ x\^i]}, {x, \(-2\) π, 2 π}]; \[IndentingNewLine]Export["\<tmp.txt\>", t, "\<Table\>"]; \(i++\)]\) But it prints only the last value of i. Please could you tell me how to save all the i values. Thanks. Nilaakash