| AppCtrlScript | |
| Help |
|
Applies to |
AppCtrlScript (Module: wmACScr1.dll) |
|
Group |
Other |
|
See also |
PUTINI, GETREG, SETREG |
Retrieve a value from an inifile and stores it in the specified script variable.
GETINI <VariableName>, <Section>, <Key>, <Filename>
|
Part |
Description | |
| <VariableName> | Name of the script variable where to store the retrieved inifile value. | |
| <Section> |
Addressed inifile section (without the enclosing "[" and "]" characters). | |
| <Key> | Inifile variable/key name | |
| <Filename> | Full path and filename of the addressed inifile. | |
|
| ||