Automated loading of numerous data sets (Freq,Phase,Gain and etc.) from excel files onto tables in the IGOR environment
drkstar.7
I'm need help with creating a procedure that can automatically load numerous data files selected by the user into tables in the IGOR environment.
I know how to do it manually but I would like to create program that automates the file loading process by asking the user to select files or a file to be loaded onto tables for further processing.
SC
To see how to display an Open File dialog in which multiple files can be selected:
Then use ItemsInList and StringFromList in a for loop to go through the selected files.
February 28, 2011 at 03:17 pm - Permalink