Modify ↓
#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 , on Apr 21, 2010 at 5:02:53 PM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

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