Results 1 to 2 of 2

Thread: Text Parsing

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2000
    Location
    Norwich/Reading
    Posts
    5
    I hope somebody can help me with this, i'm sure its quite simple, I am trying to use John Percivils String parsing program from teh projects part of this site, I have been playing with it and am trying to get it to recognise a carriage return, bu to do this i have to enter it into a string, The question is what is the sign for a carriage return? I know if it parses a paragraph of text, it displays the returns as a thick verticals bar, but how to i put this symbol in the string?

    Any gratefull of any help

    Cheers in Advance

    Andy

  2. #2
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    try this
    Code:
    If myString = vbCrLf Then MsgBox "Line Feed found"
    sorry, but its not tested yet...

    good luck

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