Results 1 to 8 of 8

Thread: [RESOLVED] search untile empty line

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2006
    Posts
    131

    Resolved [RESOLVED] search untile empty line

    small Q1:
    how can i stop searching a .txt file if i reach an empty line?


    small Q2:
    if i got what i'm searching
    VB Code:
    1. If UCase(Left(tmp(x), 14)) = Text3.Text Then
    how can i add a char ,for example ">" in position 15 in the file


    Last edited by om-yousif; Nov 29th, 2006 at 03:19 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width