Modify ↓
Opened 15 years ago
Closed 15 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 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.
INI files contain sections. A flat file with key=value pairs is not an INI file.