Michaelk
Well-known member
Hi. I've got a txt file with a list of websites. A new site on each line. In my app i've got a textbox, and a button. Once the button is pressed i'd like the app to read through the lines of the txt file untill it finds an exact match of the textbox, to a line in the txt file. Then i'd like the line removed.
I've been trying to use the text.trim, text.remove etc commands, but these ask for an integer position in the txt file to start and stop from, and i've got no idea how to do this.
Does anyone know how i can achieve this?
Thanks in advance.
I've been trying to use the text.trim, text.remove etc commands, but these ask for an integer position in the txt file to start and stop from, and i've got no idea how to do this.
Does anyone know how i can achieve this?
Thanks in advance.