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 Chris Miller 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. ShopMonkey

    Search and Replace multiple strings at once?

    Ok.. I think I got it compiled down correctly to this: const ForReading = 1 const TristateFalse = 0 dim strSearchThis dim objFS dim objFile dim objTS set objFS = CreateObject("Scripting.FileSystemObject") set objFile = objFS.GetFile(PW_GetJobFilename) set objTS =...
  2. ShopMonkey

    Search and Replace multiple strings at once?

    [COLOR=red] I think I understand. The problem I'm having is that I have to replace those invalid characters with a variety of other characters, and I'm not sure how to integrate the three parts of the code together. I know I want something like this to read the file (it's supposed to be fairly...
  3. ShopMonkey

    Search and Replace multiple strings at once?

    I'm working with some VERY large ascii lpd data files and it turns out there are some non-printing character sequences that are causing problems for my print management software. I need to do some heavy search and replace functions on the data for it to work properly. I found a website with...
  4. ShopMonkey

    VBScript Search problem

    Thank you very much, both of you. The script works now, and it dynamically changes the forms for my data a LOT faster than my manual settings when combined with a data splitter.
  5. ShopMonkey

    VBScript Search problem

    As a warning, I have little to no VBScript knowledge whatsoever. Here's the snippet of code first, then I'll provide some background with my objective. --- 'Get the input file from PPWatch and open it. Set fsObject = CreateObject("Scripting.FileSystemObject") Set inFile =...

Part and Inventory Search

Back
Top