Modify ↓
Opened 15 years ago
Closed 15 years ago
#1402 closed Bug (No Bug)
Unable te read ini file key with quotas IniRead()
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.2.0 | Severity: | None |
Keywords: | Cc: |
Description
I try to read a ini key with quotas mark:
[Section1]
Key1="String with quotation marks"
IniRead() fonction does not return quotation marks
IniWrite("Test.INI", "Section1", "Key1", """String with quotation marks""") MsgBox(0, "", IniRead("Test.INI", "Section1", "Key1", ""))
Attachments (0)
Change History (1)
comment:1 Changed 15 years ago by Valik
- Resolution set to No Bug
- Status changed from new to closed
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.
You're right, it doesn't. It's not a bug, either.