ini.getnum
Get the numerical value of an entry.
method uint ini.getnum (
str section,
str key,
uint defvalue
)
str section,
str key,
uint defvalue
)
Parameters
section | Section name. |
key | Key name. |
defval | The value to be assigned if the entry is not found. |
Return value
The numerical value of the key.
Related links | Source |