Make an OPX file from ini settings.
Minimum Origin Version Required: 2019b SR0
mkOPX ini:="C:\Users\jacqueline\Documents\OriginLab\User Files\CustomColors.ini" app:=Custom_Colors opx:=H:\CustomColors.opx;
Please refer to the page for additional option switches when accessing the x-function from script
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
To Do | act |
Input int |
|
Specify to make OPX or package.
Option List:
|
Int File Name | ini |
Input string |
|
Name of ini file to read settings from. If specified then app variable is ignored. |
App Name | app |
Input string |
|
Name of an existing app. The app's folder must contain a package.ini to read settings from.The app variable is only used if the ini variable is blank. |
OPX File Name | opx |
Input string |
|
Name of the destination OPX file.
|