String.Contains

Cynikal

Member
Licensed User
Longtime User
I would love to see a .Contains for strings.


Example Usage,

B4X:
If String.Contains("This") = True then
toastmessageshow("Yayyyyy")
else
toastmessageshow("Boooooo")
end if
 
Top