Hi ppl
I was trying to use IanM´s plugin that can read and write to INI files.
Seems i am doing something wrong becuse it cant read the values that i have in my INI file. The screen stays black when i run my code below.
I have read the readme file that came along with the dll and from what get out of that readme. This is the way to do it, still as it doesnt work mabey not. So if someone would be really kind and tell me the secret how it work i would really be an happier human being.
Here is the very very short code
OPEN INI STORE 1,"Light_Omni.ini"
Value$ = GET STORE$( 1, "Default", "Class" )
CLOSE STORE 1
print Value$
suspend for key
and here is the INI file if i did something wrong in that :S
[Default]
Class = Light_Omni
[Settings]
Key_1 = Range
Value_1 = 0
Key_2 = ColorR
Value_2 = 0
Key_3 = ColorG
Value_3 = 0
Key_4 = ColorB
Value_4 = 0
cheers all

You never fail, only make mistakes.