Opened on Sep 26, 2009 at 12:15:04 PM
Closed on Sep 26, 2009 at 4:39:01 PM
Last modified on Mar 25, 2010 at 1:22:33 AM
#1197 closed Bug (No Bug)
IniReadSection Limitation
| Reported by: | Emiel Wieldraaijer | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | Documentation | |
| Version: | 3.3.0.0 | Severity: | None |
| Keywords: | InReadSection Limit Array | Cc: |
Description
Hi,
I don't know if its a bug or if it's by design, but IniReadSection can only retrieve 99 keys.. maybe it should be mentioned in the documentation.
Best regards,
Emiel
(Valik don't shoot me)
Attachments (0)
Change History (6)
follow-up: 2 comment:1 by , on Sep 26, 2009 at 4:39:01 PM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
comment:2 by , on Sep 26, 2009 at 5:43:03 PM
Replying to Valik:
Prove it. Otherwise, you're running into the 32kb per section limit, not some arbitrary key limit that doesn't exist.
In the helpfile of 3.3.0.0 there is mentioned:
Only the first 32767 chars are taken in account in an section due to Win9x compatibility.
But from version 3.3.0.0 there was dropped support for Win9x OS systems.
So I think in helpfile should be updated these remarks to current situation.
comment:3 by , on Sep 26, 2009 at 5:44:20 PM
previous reply was from me (Zedna).
I filled my name but it was somehow changed to anonymous :-(
comment:6 by , on Mar 25, 2010 at 1:22:33 AM
It still needs to be proven to exist in the first place.

Prove it. Otherwise, you're running into the 32kb per section limit, not some arbitrary key limit that doesn't exist.