Hello everyone,
I am facing some problems on my program. Please first read the jpg and my vi.
My ideal program is to add a row and a column into the matrix, and then save the output with [2 decimal points] into [excel 95]
Now the program you see is able to add a row and a column into the matrix, and then save the output [only Int] in to txt format
I try to change from %s to %d to %f, all of them give me [Int] only what I can do?
How can I save it in excel 95 format?
Thanks