Necromorph Posted February 20, 2010 Share Posted February 20, 2010 (edited) question: can i do this GUICREATE........ $installname=GUICTRLINPUTCREATE("", 1, 1, 1) then later say INIWRITE("FOLDER\Folder\$installname\test.ini", "", "", "") ??? or do i need something like INIWRITE("FOLDER\Folder\(GUICTRLREAD($installname))\test.ini", "", "", "") ??? Thanks in advanced. Edited February 20, 2010 by redLabel Link to comment Share on other sites More sharing options...
Richard Robertson Posted February 20, 2010 Share Posted February 20, 2010 "FOLDER\Folder\" & GUIControlRead($installname) & "\test.ini" Link to comment Share on other sites More sharing options...
Necromorph Posted February 20, 2010 Author Share Posted February 20, 2010 (edited) thanks for the reply, but doesn't work. but im prolly still doing it wrong. NM!!! i had part of my DIR spelled worng works perfect thank you thank you!! Edited February 20, 2010 by redLabel Link to comment Share on other sites More sharing options...
Necromorph Posted February 20, 2010 Author Share Posted February 20, 2010 i need to feed!! Link to comment Share on other sites More sharing options...
Richard Robertson Posted February 21, 2010 Share Posted February 21, 2010 i need to feed!!What? Link to comment Share on other sites More sharing options...
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