Jump to content

does _GUICtrlListAddItem have a limit ?


 Share

Recommended Posts

i ask this because i have a script that exports group names from Active Directory then put these names into a List - but in one OU the list seems to stop at 300 items - i know the data is being exported to ini files ok as i can see them but its just not coming through into my gui....

tia

Craig

Link to comment
Share on other sites

i ask this because i have a script that exports group names from Active Directory then put these names into a List - but in one OU the list seems to stop at 300 items - i know the data is being exported to ini files ok as i can see them but its just not coming through into my gui....

tia

Craig

I saw it somewhere and it was mentioned by Gary, if i still have a good memory the limit is 4000.
Link to comment
Share on other sites

I think biggest ini that can be handled is 32kb. Someone correct me if i'm wrong.

your right - i found a post from smoke_n and some others with a udf for the larger ini files -

Func _IniReadEx($hFile, $vSection, $vKey, $vDefault = -1)

Func _IniReadSectionEx($hFile, $vSection)

Func _IniReadSectionNamesEx($hFile)

Func _IniWriteEx($hFile, $vSection, $vKey, $vValue)

Func _IniDeleteEx($hFile, $vSection, $vKey = '')

can someone make these available in the next beta by default please they are really useful for people that use ini's a lot.

cheers

Craig

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