bypassing [OK] button in "Specify Columns to Plot"
Posted: Wed Aug 17, 2022 10:27 am
I have a macro that reads multiple files:
FileType(4)
ForFilesIn("*.txt",A)
NextFile
for every file read, a window pops up and have to click the [OK] button to plot and continue.
Q. is there a way to bypass the clicking on [OK] , just read and plot the files.?
Thank You,
-Abel
FileType(4)
ForFilesIn("*.txt",A)
NextFile
for every file read, a window pops up and have to click the [OK] button to plot and continue.
Q. is there a way to bypass the clicking on [OK] , just read and plot the files.?
Thank You,
-Abel