Results 1 to 3 of 3

Thread: InstrRev

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 1999
    Location
    California, USA
    Posts
    662
    I am wondering what the InstrRev function is for. Before you tell me to look it up in the helpfile, I don't have vb6. Iv'e seen it in use in a couple of vb6 samples here and there.

  2. #2
    Guest
    InStr specifies the position of the first occurrence of one string within another. InStrRev is exactly the same except it starts searching at the end of the string (whereas InStr starts at the beginning of a string).

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jun 1999
    Location
    California, USA
    Posts
    662
    in other words, it returns the position of the last occurance of the string?

    how would i go about duplicating that functionality in vb5?

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