Modify

Opened 16 years ago

Closed 16 years ago

#1581 closed Bug (No Bug)

IniWrite can't write a no section data

Reported by: Goof Owned by:
Milestone: Component: AutoIt
Version: 3.3.6.0 Severity: None
Keywords: IniWrite Cc:

Description

when using IniWrite on a file with no section, the result is weird

IniWrite($iniFile,"","PORT","4200")

My original ini file was

PORT=4200

the new ini file

PORT=4200
[]
PORT=4200

Attachments (0)

Change History (1)

comment:1 by Valik, 16 years ago

Resolution: No Bug
Status: newclosed

INI files contain sections. A flat file with key=value pairs is not an INI file.

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.