Re: Search for CL "Export as text" to .ini file via command
| Newsgroups | gmane.comp.windows.power-pro |
|---|---|
| Message-ID | <[email protected]> |
Use the cl. functions. From the help cl.Import(filepath) Imports command list(s) stored in filepath which much be in ini file format. Has same effect as Configure.ImportCL(filepath). cl.Export(clname,filepath,appendflag) Exports clname to filepath. If appendflag is present and set to 1, appends to end of file. Otherwise, overwrites file.