Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mitchlr

    Editing text file

    Try using the Regular Expression: **** code begins *** option explicit 'declare vars dim objFSO dim objFile dim objReadFile dim strContents dim strNew dim patrn dim objWriteFile 'use this constant to open your file for reading Const ForReading = 1 Const ForWriting = 2 'instantiate...

Part and Inventory Search

Back
Top