Jump to content

inireadsection


Recommended Posts

title. how do i find out how many keys are in my ini file?

I've tried this:

$inisection = IniReadSection($ini, "Section1")
                For $i=1 To $inisection[0][0]
                    Msgbox(0,"",$inisection[0][0])
                Next

But it keeps returning 1002, even though I only have 1000 keys.

?

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