Hi
I am trying to do something like the following:
However - it does not work.
Any way to do this using Select Case?
I tried Case ( sMsg.Contains("MyString") ) - but that doesnt work too
Thanks
flyingbag
I am trying to do something like the following:
B4X:
Select sMsg
Case sMsg.Contains("MyString")
<DoSomethingHere>
However - it does not work.
Any way to do this using Select Case?
I tried Case ( sMsg.Contains("MyString") ) - but that doesnt work too
Thanks
flyingbag