Jump to content

almost done


keilamym
 Share

Recommended Posts

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

Link to comment
Share on other sites

FileOpen()

FileWrite()

FileClose()

:mellow:

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(...............

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