The INI file structure is very simple. It contains parameters grouped in sections and every parameter has a name and a value, delimited by an equals sign (=). The sections are defined in a line by itself, in square brackets ([ and ]). All parameters below the section definition are members of that section.
[Section]
parameter = value
WhizBase uses two functions for reading INI files:parameter = value
$WBGV
$WBGS
read more
No comments:
Post a Comment