Hi Everybody,
When creating an INI file, how can I leave a blank line before the next section?
This is what I get now:
[REPORTS]
Doc_Name_Pos=0
Abg_Chart=0
[BACKUP]
Backup_Days=30
Backup_Date=29/07/2008
I would like to have:
[REPORTS]
Doc_Name_Pos=0
Abg_Chart=0
[BACKUP]
Backup_Days=30
Backup_Date=29/07/2008
It just makes it a bit easier to find things
When creating an INI file, how can I leave a blank line before the next section?
This is what I get now:
[REPORTS]
Doc_Name_Pos=0
Abg_Chart=0
[BACKUP]
Backup_Days=30
Backup_Date=29/07/2008
I would like to have:
[REPORTS]
Doc_Name_Pos=0
Abg_Chart=0
[BACKUP]
Backup_Days=30
Backup_Date=29/07/2008
It just makes it a bit easier to find things
Thanks,
Jeff Barnes
(FWH 16.11, xHarbour 1.2.3, Bcc730)
Jeff Barnes
(FWH 16.11, xHarbour 1.2.3, Bcc730)