Guest User

Untitled

a guest
Apr 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Set objFSO = CreateObject("Scripting.FileSystemObject")
  2. Set objFile = objFSO.OpenTextFile("tempRO.txt")
  3.  
  4. Do Until objFile.AtEndOfStream
  5. strLine = objFile.ReadLine
  6. If Not InStr(strLine, "COVXX ") = 0 Then
  7. FileContentE = Left(FileContentE, InStr(FileContentE, "COVXX") - 1) & vbCrLf & strLine
  8. End If
  9. Loop
  10.  
  11. objFile.Close
  12.  
  13. data,data,data
  14. data,data,data
  15. data,data,data
  16. data,data,data, COVXX 123124123521346247
  17. (eof)
Add Comment
Please, Sign In to add comment