Jump to content

Creating inventory Solved


qazwsx
 Share

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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