stevel05 Expert Licensed User Longtime User Nov 11, 2014 #1 The String 'contains' method returns a different result on ios than it does on android / java. The following code returns true in B4a and B4j, but false in B4i. B4X: Dim F As String = "" Dim T As String = "Test" Log(T.Contains(F))
The String 'contains' method returns a different result on ios than it does on android / java. The following code returns true in B4a and B4j, but false in B4i. B4X: Dim F As String = "" Dim T As String = "Test" Log(T.Contains(F))