For Example ;
Code:name = INIFile.GetValue("my.ini", "data", "name"); if name == "1" then name = "Mustafa"; end if name == "2" then name = "mustafa06"; end Label.SetText("Label1", name);----< Error Nil Value Why?
Professional Software Development Tools
For Example ;
Code:name = INIFile.GetValue("my.ini", "data", "name"); if name == "1" then name = "Mustafa"; end if name == "2" then name = "mustafa06"; end Label.SetText("Label1", name);----< Error Nil Value Why?
Could you humor me and try putting brackets around
and see if that helps?name == "2"
Dermot
I am so out of here