Opcodes in category: IniFiles |
---|
Opcodes 0 to 6 of 6 |
---|
0AF0 | read_int_from_ini_file "cleo\config.ini" section "SectionName" key "intKey" store_to 0@ |  |
0AF1 | write_int_to_ini_file 16 path "cleo\config.ini" section "SectionName" key "intKey" |  |
0AF2 | read_float_from_ini_file "cleo\config.ini" section "SectionName" key "floatKey" store_to 0@ |  |
0AF3 | write_float_to_ini_file 0.0 path "cleo\config.ini" section "SectionName" key "floatKey" |  |
0AF4 | read_string_from_ini_file "cleo\config.ini" section "SectionName" key "string" store_to 0@v |  |
0AF5 | write_string_to_ini_file "new string value" path "cleo\config.ini" section "SectionName" key "stringKey" |  |