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. Richtoss

    Simple Script, Odd Issue

    I am trying to use a script to remove the blank spaces from the right side of a line, for every line on the file. It sounds simple and should be, I think. I will post the code below. The problem is that if the file has like 1000 lines in it, it will work great for every line except the very...
  2. Richtoss

    VBSCRIPT ISSUE REVISITED

    Is there a way to write it to the same file, this may be a 300 mb file and I would hate to have to create 2 copies of it just to change a couple characters?
  3. Richtoss

    VBSCRIPT ISSUE REVISITED

    POST 1 Richtoss (IS/IT--Management) Oct 7, 2008 I am struggeling on how to write a simple script. Here is a line of information. 0150000103600000000000000002000000000000000000200001text information ODD 2000 025252552 000000000000000002000001test email adderss...
  4. Richtoss

    Help with VBSCRIPT pretty simple for you all i am sure.

    Do Until myNewTextFile.AtEndofStream If Trim(Mid(LineCheck, 1, 10)) <> "0150000103" Then NextLine = myNewTextFile.ReadLine If Trim(Mid(NextLine, 1, 10)) = "0150000103" Then NextLine = Left(nextline, 254)& newValue & Mid(nextline, 256) newValue = newValue + 1...
  5. Richtoss

    Help with VBSCRIPT pretty simple for you all i am sure.

    The part that I am stuck on is not even the coding yet, but the how too. I can search through the file and find each line that has the beginning text, but how do I tell it to replace the character found at position x with a value that is increasing for each instance that is found.
  6. Richtoss

    Help with VBSCRIPT pretty simple for you all i am sure.

    Richtoss (IS/IT--Management) Oct 7, 2008 I am struggeling on how to write a simple script. Here is a line of information. 0150000103600000000000000002000000000000000000200001text information ODD 2000 025252552 000000000000000002000001test email...

Part and Inventory Search

Back
Top