FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How to Delete value from .INI file
Posts: 301
Joined: Fri Jun 01, 2007 09:07 AM
How to Delete value from .INI file
Posted: Wed Jul 03, 2013 02:16 PM

Hi all
I haave seen functions GetProfString(), WritePProString() but is there a function to delete sectiion or entry from .INI file
Best regards,

Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Re: How to Delete value from .INI file
Posted: Wed Jul 03, 2013 03:01 PM
avista wrote:Hi all
I haave seen functions GetProfString(), WritePProString() but is there a function to delete sectiion or entry from .INI file
Best regards,


DELINIENTRY( Section, Entry, File )

EMG
Posts: 301
Joined: Fri Jun 01, 2007 09:07 AM
Re: How to Delete value from .INI file
Posted: Wed Jul 03, 2013 06:05 PM

Thanks Enrico
I have missed functions DelIniEntry() and DelIniSection()
Regards

Continue the discussion