Exec.ChangeConfiguration
Description
- Changes to configuration stored in a different pcf file; the new file path can be entered in the command.
Syntax
- Exec.ChangeConfiguration(pcfname)
Parameters
- pcfname
- (string) name of to the new .pcf file
- Optional; if omitted, file is prompted for.
- Path & extension are optional. If no path is included, file is searched for in PowerPro's installation directory.
Examples
- Exec.ChangeConfiguration("subbars")
- Changes to the PowerPro "subbars" configuration.
- Exec.ChangeConfiguration("pproconf")
- Changes back to the PowerPro's standard "pproconf.pcf" config file.
- Exec.ChangeConfiguration(?"c:\path\to\saved.pcf")
- Changes to a config file "saved.pcf" at path given.