- Home
·
- Miscellaneous
·
- Use InStrRev Function to Search for the Last Occurrence of a Pattern in a String in VB6
Use InStrRev Function to Search for the Last Occurrence of a Pattern in a String in VB6
Use InStrRev Function to Search for the Last Occurrence of a Pattern in a String in VB6
Rate Use InStrRev Function to Search for the Last Occurrence of a Pattern in a String in VB6
(2(2 Vote))
Dim Pos As Integer
'
Pos = InStrRev("ABCABC", "A")
'
MsgBox Pos '4
'
Use InStrRev Function to Search for the Last Occurrence of a Pattern in a String in VB6 Comments
No comments yet — be the first to post one!
Post a Comment