[Hauptseite] / [String] / [Compare]
Class String
  Static Function Compare(strA As String, strB As String) As Integer
  Static Function Compare(strA As String, strB As String, ignoreCase As Boolean) As Integer
  Static Function Compare(strA As String, indexA As Integer, strB As String, indexB As Integer, length As Integer) As Integer
  Static Function Compare(strA As String, indexA As Integer, strB As String, indexB As Integer, length As Integer, ignoreCase As Boolean) As Integer
//wiki.stne.net/index.php?title=API:String.Compare
//wiki.en.stne.net/index.php?title=API:String.Compare