I know how to read and write to an .ini file, is there a way to delete lines from an ini file???
THANKS, GENE
Printable View
I know how to read and write to an .ini file, is there a way to delete lines from an ini file???
THANKS, GENE
Try this:
Code:WritePrivateProfileString lpAppName,lpKeyName, vbNullString, lpFileName
Just write a blank string.