Computer Science Canada

Out put to data file

Author:  wthef_wc3 [ Sun Apr 10, 2005 12:04 am ]
Post subject:  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.

Author:  Cervantes [ Sun Apr 10, 2005 7:26 am ]
Post subject: 

Why can't you just use put/get or read/write? Tutorial.

Author:  Drakain Zeil [ Sun Apr 10, 2005 10:43 am ]
Post subject: 

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.


: