Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. file input/output

file input/output

Scheduled Pinned Locked Moved Visual Basic
tutorial
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    carl_sti
    wrote on last edited by
    #1

    anyone knows on how to search specific text on a text file and able to modify it..

    D P 2 Replies Last reply
    0
    • C carl_sti

      anyone knows on how to search specific text on a text file and able to modify it..

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      Load the file into a String variable, call Replace on it with the text you want to find and what to replace it with, then write the string back out to the file.

      Dave Kreskowiak Microsoft MVP - Visual Basic

      1 Reply Last reply
      0
      • C carl_sti

        anyone knows on how to search specific text on a text file and able to modify it..

        P Offline
        P Offline
        Pravat Maskey
        wrote on last edited by
        #3

        U can do with many methods. 1st... U can read file with filestream and read as byte or readline and search string with "InStr" function. or looping. 2nd the best idea is "regular expression".

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups