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)
Note:
See TracTickets
for help on using tickets.

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