Jump to content

way to tell how many sections in an ini?


Recommended Posts

I guess I'm not understanding what you are asking for, but doesn't this work just fine?

$sections = IniReadSectionNames("my.ini")
MsgBox(0,"Total Number of Sections",$sections[0])

EDIT: Piano_Man got to it first :)

Edited by maqleod
[u]You can download my projects at:[/u] Pulsar Software
Link to comment
Share on other sites

I guess I'm not understanding what you are asking for, but doesn't this work just fine?

$sections = IniReadSectionNames("my.ini")
MsgBox(0,"Total Number of Sections",$sections[0])

EDIT: Piano_Man got to it first ;)

And apparently he didn't need either of our posts :)

lol i misunderstood what u were saying. thansk for the help. works now

Edited by Piano_Man
My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
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...