Jump to content

.ini help please. - Small tweaking needed.


Recommended Posts

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.

Link to comment
Share on other sites

This is a duplicate post, and I gave a possible answer in the other. Please do not dupe your posts in the AutoIT forums.

:shocked:

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