Configure.ImportCL
Description
- Imports specified command list configuration text file into the current PowerPro configuration.
Syntax
- Configure.ImportCL(inifile)
Parameters
- inifile
- (string) name of the .ini file, optionally with path & .ini extension
- If inifile does not include the full path, then the file is assumed to be in the "config" subfolder of the folder containing the current .pcf file.
- Optional; if omitted, a PowerPro file browse dialog is shown.
Examples
- Configure.ImportCL
- Shows a file browse dialog for selection of the config file to import.
- Configure.ImportCL(pprofolder++?"backups\lists.ini")
- Imports the file lists.ini, which is located in "backups" under PowerPro's installation folder.
- Configure.ImportCL("list")
- Imports the command list config file "lists.ini", which is located in the "config" subfolder of PowerPro's installation folder.
See Also
-
PowerPro Help CHM > Configuring with text files > Maintaining configuration using .ini files > Importing text configurations with commands