Hi,
I would like to exoprt my Worksheet data in an ASCII file using the ORIGIN C. There is an option to do it in the file menu (Export ASCII..) but I could not find it in the ORIGIN C language. I already tried it with the file class and the following example. Unfortunately it did not write an ascii file because I can not read the data.
file ff; int bb[4] = {1, 2, 3, 4}; ff.Write(bb, sizeof(bb));
Thanks in advance for your help.
Thomas
|