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)

Change History (1)

comment:1 by Valik, 16 years ago

Resolution: No Bug
Status: newclosed

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

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.