I am looking to load configuration files within a Pro/toolkit app. I am starting with loading a config.pro. Does anyone have a process that might work? All I can find is the addition of confing options (not the whole file). I am working on a Macro but it gets stuck on the "Open" on the file window.
How should I be approaching this problem?
Thanks,
Dave
Hello,
Function ProInputFileRead() with PRO_CONFIG_FILE as file_type should help to load config file.
Regards,
Amar Junankar
In Reply to Dave Schmitz:
I am looking to load configuration files within a Pro/toolkit app. I am starting with loading a config.pro. Does anyone have a process that might work? All I can find is the addition of confing options (not the whole file). I am working on a Macro but it gets stuck on the "Open" on the file window.
How should I be approaching this problem?
Thanks,
Dave