keilamym Posted November 6, 2008 Posted November 6, 2008 quick question... when u use the GUICtrlCreateEdit command, how to save the information entered into a file? i used the GUICtrlRead command to read the text, and give me message box so i know the data is there, just dont know how to save it. thanks
keilamym Posted November 7, 2008 Author Posted November 7, 2008 FileOpen()FileWrite()FileClose()TehWhale.. i'll work on the actual script in the morning.. its midnight here... BUT.... this is the general idea... when text is entered into the GUIedit box, all i need to do is:$systems = GUICtrlRead..........filecreate(filename...............fileopen(filename................filewrite(filename,$systems.................fileclose(...............
keilamym Posted November 7, 2008 Author Posted November 7, 2008 i should kick myself... i was opening the file but not in write. once i did that everything works... thanks again...
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