02-04-2009 12:57 PM
Hi guys.
I am working on a program that asks the user for the input then it takes the data saves the data in excel file. After the user clicks on the STOP button it opens the file and puts it in a report template. I am asking you to review my program...and PLEASE comment on it...
Peter
02-04-2009 01:02 PM
02-05-2009 04:48 PM
A couple suggestions:
Try not to overlap wires whenever possible, and eliminate unnecessary wire turns so it is easier to read your code. Also, it may be helpful to transpose your data array so all the data points are written as a column instead of a row.