Necromorph Posted February 20, 2010 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
Richard Robertson Posted February 20, 2010 Posted February 20, 2010 "FOLDER\Folder\" & GUIControlRead($installname) & "\test.ini"
Necromorph Posted February 20, 2010 Author 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
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