Link to home
Start Free TrialLog in
Avatar of andyakira
andyakira

asked on

Delete ini Data

I'm trying to delete an item in a .ini file, I wana do exactly this:

Inside the .Ini looks like this:
Sara==29
John==54
Kim==65

If the text1 has the text "John" and I click delete, it will delete the whole string "John==54" from the .ini

TY.
ASKER CERTIFIED SOLUTION
Avatar of Ryan Chong
Ryan Chong
Flag of Singapore image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of andyakira
andyakira

ASKER

It's not working, im calling it like this: Call ProfileDeleteItem("UserAccess", "hing", App.Path & "access.ini")
got it, tyvm