Load and save list items from or to a file
- Last UpdatedJul 25, 2024
- 1 minute read
Use the following script functions to load and or save items in a combo box or list from or to a file.
|
Script function |
Effect |
|---|---|
|
wcLoadList() |
Loads the contents of a list box or combo box with new items from a file. |
|
wcSaveList() |
Saves the contents of a list box or combo box to a file. |