brad25 0 Posted November 4, 2010 How can i save data from a edit box to a txt file? also how do i clear the edit box of all text? Share this post Link to post Share on other sites
PsaltyDS 39 Posted November 4, 2010 GuiCtrlRead() followed by FileWrite(), and GuiCtrlSetData(). See help file. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Share this post Link to post Share on other sites
brad25 0 Posted November 4, 2010 GuiCtrlRead() followed by FileWrite(), and GuiCtrlSetData(). See help file.i did use the help file just couldnt get it to all work together Share this post Link to post Share on other sites
PsaltyDS 39 Posted November 4, 2010 Post a short demo of what you tried and how it failed. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Share this post Link to post Share on other sites
brad25 0 Posted November 4, 2010 how do i select the entire list in a list box? i kinda figured the rest out Share this post Link to post Share on other sites