KillerSam Posted April 15, 2007 Posted April 15, 2007 In my program I have a "notes section" which is an input box that has multiple lines. I want it so the user can store these notes to a .ini file. At the momment when they click the "store" button, all of the input boxes content is being stored but like so: CODE [Notes] Notes=entryline1 entryline2 entryline3 This means that when I read the .ini with: $note_input = GUICtrlCreateInput(IniRead("C:\WINDOWS\Temp\stored.ini","Notes","Notes",""),10, 230, 475,60, $style) I hope that helps. Edit: also: $style = $ES_MULTILINE++$WS_VSCROLL++$ES_WANTRETURN ^^ I think thats the cause, the "return" key is forcing it to store them on seperate lines in the .ini.
PsaltyDS Posted April 16, 2007 Posted April 16, 2007 This is a duplicate post, and I gave a possible answer in the other. Please do not dupe your posts in the AutoIT forums. 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
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