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"))