Results 1 to 9 of 9

Thread: Remove Line From Text File

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2022
    Posts
    9

    Question Remove Line From Text File

    I have 2 textbox :
    Textbox1 to display a line on a text file (barcode.txt)
    Textbox2 for input line/word

    i want to remove line from list of lines, So if the line in textbox2 exists on that list (textbox1), to be remove from list, and file to be saved

    i have a file barcode.txt with list:

    HTML Code:
    qwerty
    asdfgh
    zxcvbg
    If I write in textbox2 : asdfgh and if barcode.txt contains that line then remove it after saving to datagrid. so result need to be :

    HTML Code:
    qwerty
    zxcvbg
    and on textbox1 it always displays the available lines in barcode.txt. how i do it?
    help would be greatly appreciated. Thank you

    Name:  hip.jpg
Views: 386
Size:  23.3 KB
    Attached Images Attached Images  

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width