AppCtrlScript

MAY Computer

Help

GETINI

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.

Syntax

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.