
-----------------------------------
wthef_wc3
Sun Apr 10, 2005 12:04 am

Out put to data file
-----------------------------------
Ok the program i need to do requires that grid set of points (matrix of user defined data) if stored in a new file that can be called up in another turing program (using run with args). my question is how can i export data into a new file, i tried using the runwith args option of, display out put in a new file, by my program has a menu sys so it doesent work, can anyone offer a way, or the commands used, to let me do this. 
If u need more info just ask.

-----------------------------------
Cervantes
Sun Apr 10, 2005 7:26 am


-----------------------------------
Why can't you just use put/get or read/write?  [url=http://www.compsci.ca/v2/viewtopic.php?t=5]Tutorial.

-----------------------------------
Drakain Zeil
Sun Apr 10, 2005 10:43 am


-----------------------------------
I included this type of effect into my paint program.

I'm not sure what you're asking however. Insn't that interesting.

Well, what I did is ran a for...endfor within another for end for loop, then this went through each XY spot, and put the data to a file.
