Jump to content

Recommended Posts

Posted

Hello guys,

sorry for the mistakes, I'm just a french looking for an answer in this forum. My problem is my EditBox. In the EditBox will appear the list of all the things that the user has chosen. The chosen things will be written in my ini file ($ini) and then, written in my EditBox.

IniReadSection($ini) ; One section name is one thing choosed and added into the list

At the end, I want something like:

INI FILE
[Thing1]
[Thing2]
[Thing3]


EditBox
- Thing1
- Thing2
- Thing3

Thanks in advance, sorry again for my mistakes.

Posted (edited)

My bad, really sorry : In fact, the function used was IniReadSectionNames($ini). The result of this function is an array with the name of each section. I want these names to be like I showed in my first post.

Thanks

Edited by blacksoul305

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
×
×
  • Create New...