Modify ↓
#745 closed Bug (No Bug)
Bug in INIReadSection function
Reported by: | dmitriis@… | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.2.12.1 | Severity: | None |
Keywords: | Cc: |
Description
Function returns not all values of keys in some cases. In a file with an example function stops on a key "Program15".
Attachments (2)
Change History (4)
Changed 16 years ago by dmitriis@…
comment:1 Changed 16 years ago by Valik
- Resolution set to No Bug
- Status changed from new to closed
No bug. If you look in "Report (bug).ini" carefully you'll see that where it stops reading there are NULL characters. There are various other keys where the value contains a NULL as well. Open the document in SciTE and it will show you a visual representation of all the non-printing characters that appear in the document.
comment:2 Changed 16 years ago by dmitriis@…
Thanks.
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
Example INI file.