Link to home
Start Free TrialLog in
Avatar of r_kar
r_kar

asked on

text file modification...

Hi all,

I want to edit a text file. The text file (contain two values, separated by :) format is as follows:

one:france
two:USA
three:canada
four:England

I am reading this file and listed all values using a checkbox (Done code for this part) and a delete button.
If i select checkbox(es) and go for delete(operation) the selected values, i would like to modify the text file. Please provide a code to handle this.

Thanks in advance
regards
r_kar
ASKER CERTIFIED SOLUTION
Avatar of jmcg
jmcg
Flag of United States of America 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 r_kar
r_kar

ASKER

jmcg,

Thanks for your reply.
I will go through your comment and award the ee points.
Thanks
Avatar of r_kar

ASKER

Excellent work.
Sorry for the delay.