Hi,
I'm new to DIAdem and VB scripts and want to convert data files automatically to csv. I have a "data.DAT", "data.R32" and "data.TSX" file for multiple "data"s.
If I run the following code, only the header information from "data.DAT" is saved in the csv:
ElementList = DataFileLoad("data.DAT", "DAT", "LoadImmediately") Call DataFileSave("data.CSV", "CSV")
How can I also save the data from "data.R32" in the CSV?