inigetval
Get the value of an entry from an ini file.
func str inigetval (
str ininame,
str section,
str key,
str value,
str defval
)
str ininame,
str section,
str key,
str value,
str defval
)
Parameters
ininame | The name of the ini file. |
section | Section name. |
key | Key name. |
value | The string for writing the value. |
defval | The value that will be inserted in case of an error or if there is not such an entry. |
Return value
Returns the parameter value.
Related links | Source |