Blank ini section causing problems Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
User avatar
labrint
Posts: 379
Joined: 14 Jun 2017, 05:06
Location: Malta

Blank ini section causing problems

Post by labrint » 13 Apr 2021, 04:03

If by mistake a blank .ini section is created, how can one delete it? It is causing me problems when I read section names.
User avatar
labrint
Posts: 379
Joined: 14 Jun 2017, 05:06
Location: Malta

Re: Blank ini section causing problems  Topic is solved

Post by labrint » 13 Apr 2021, 04:05

labrint wrote:
13 Apr 2021, 04:03
If by mistake a blank .ini section is created, how can one delete it? It is causing me problems when I read section names.
Sorted

EmptySection := ""
IniDelete, C:\AHK\AllLabelsHistory.ini,%EmptySection%
Post Reply

Return to “Ask for Help (v1)”