damien89x Posted March 22, 2010 Posted March 22, 2010 Read/Write to text file I have an input box on a basic GUI I want to be able to write in it, and then hit my 'save' button , and have it write to a *.txt file. Which function should I be using? Steer me in the right direction? Thanks.
enaiman Posted March 22, 2010 Posted March 22, 2010 GUICtrlRead to read your input box FileOpen to open the text file (mode: 1 to write, 2 to create) FileWriteLine or FileWrite to write the content FileClose to close the file SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script wannabe "Unbeatable" Tic-Tac-Toe Paper-Scissor-Rock ... try to beat it anyway :)
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