Modify ↓
Opened 16 years ago
Closed 16 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)
Note:
See TracTickets
for help on using tickets.

You're right, it doesn't. It's not a bug, either.