The RPG Maker Resource Kit

RMRK RPG Maker Creation => Requests => Script Request => Topic started by: rendy1287 on February 09, 2009, 04:21:08 AM

Title: [REQUEST] Load key in section from an INI FILE
Post by: rendy1287 on February 09, 2009, 04:21:08 AM
could you create a simple class to load variable from ini file, this is to load key value from the section in that ini file...

for example:
Quote
# ini file
[section]
key=value
int=5

[another]
game=rmvx
web=rmrk.net

i want to load the value "rmrk.net" from "web" key in "another" section
and also to load value 5 (this is integer/real) from "int" key in "section" section

thanks very much....