[Hauptseite] / [String] / [LastIndexOf]
Class String
  Function LastIndexOf(value As Char) As Integer
  Function LastIndexOf(value As Char, startIndex As Integer) As Integer
  Function LastIndexOf(value As Char, startIndex As Integer, count As Integer) As Integer
  Function LastIndexOf(value As String) As Integer
  Function LastIndexOf(value As String, startIndex As Integer) As Integer
  Function LastIndexOf(value As String, startIndex As Integer, count As Integer) As Integer
//wiki.stne.net/index.php?title=API:String.LastIndexOf
//wiki.en.stne.net/index.php?title=API:String.LastIndexOf