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