Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
I created a worksheet in Mathcad PRIME version 10 that reads data from a text file and creates several graphs. I have 100 text files to read and they are all numbered sequentially (e.g., "file#.txt"). The file that is read is controlled by a variable in my Mathcad worksheet (in conjunction with concat() and num2str() functions). Currently I am manually changing the variable in the worksheet that controls the file that is read in, refreshing the worksheet, and then saving the file as a PDF (and manually typing in the desired name of the PDF file). Is there a way to automate this so I don't have to manually change the variable 100 times and manually type the desired name for the PDF file?
Hi,
if you know a little programming, then you can use AutoIT.
