#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 , 16 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
comment:2 by , 16 years ago
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 , 16 years ago
previous reply was from me (Zedna).
I filled my name but it was somehow changed to anonymous :-(

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