Jump to content

Recommended Posts

Posted

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

Posted

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))

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...