I get the result of 63 using "LastIndexOf" (the first character position is zero).
Code:Dim s As String = "This string is just for tests purposes and should not be taken for any other reasons." MessageBox.Show(s.LastIndexOf("for"))
|
Results 1 to 4 of 4
Threaded View
|
Click Here to Expand Forum to Full Width |