How to load the text files in order using a VBScript?

Viewed 35

I have to work on a script which will take multiple TEXT Files as input and use the data to plot the results. I have used the command for allowing me to choose multiple files at once.

But how do i load them in order? For example, I have to plot a graph where i can compare the multiple inlet temperature data with the legends. Currently I can load files but the legends are not assigned correctly.

Any idea how can i proceed further? I am new to VBScript and struggling to understand.

Thanks

Call FileDlgShow(DataReadPath, "TXT Files (.txt),.txt", "Data selection", True)

0 Answers
Related