qazwsx Posted September 4, 2007 Posted September 4, 2007 (edited) Solved Edited September 4, 2007 by sccrstvn93
flip209 Posted September 4, 2007 Posted September 4, 2007 Could you post the INI write code at least please. " I haven't failed. I've just found 10,000 ways that won't work." Thomas Edison "You cannot help men permanently by doing for them what they could and should do for themselves." Abraham Lincoln
qazwsx Posted September 4, 2007 Author Posted September 4, 2007 IniWrite (@ScriptDir & "\winelist.ini", GUICtrlRead ($yearinput) & " " & GUICtrlRead ($nameinput), "Country", GUICtrlRead ($countryinput)) IniWrite (@ScriptDir & "\winelist.ini", GUICtrlRead ($yearinput) & " " & GUICtrlRead ($nameinput), "Number", GUICtrlRead ($numberinput)) IniWrite (@ScriptDir & "\winelist.ini", GUICtrlRead ($yearinput) & " " & GUICtrlRead ($nameinput), "Year Ready", GUICtrlRead ($yearreadyinput)) Iniwrite (@ScriptDir & "\winelist.ini", GUICtrlRead ($yearinput) & " " & GUICtrlRead ($nameinput), "Row", GUICtrlRead ($rowcombo))
flip209 Posted September 4, 2007 Posted September 4, 2007 which line is being written to the ini? " I haven't failed. I've just found 10,000 ways that won't work." Thomas Edison "You cannot help men permanently by doing for them what they could and should do for themselves." Abraham Lincoln
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now