Hi all,
I'm trying to figure out how i can made a form that read from a text file, show line by line the text with a radio button or checkbox selected if the line starts with # and unselected if not, so other people can change the file selecting and unselecting the different lines and then save the new file results. (removing the # if the user unselect it and adding it if the user select it)
I have done some tests but all i can do till now is list the lines of the file.
I hope someone can help me, thank you in advanced.
Carlos.
I'm trying to figure out how i can made a form that read from a text file, show line by line the text with a radio button or checkbox selected if the line starts with # and unselected if not, so other people can change the file selecting and unselecting the different lines and then save the new file results. (removing the # if the user unselect it and adding it if the user select it)
I have done some tests but all i can do till now is list the lines of the file.
I hope someone can help me, thank you in advanced.
Carlos.