[BUG] Can't access type of SMS messages

NeoTechni

Well-Known Member
Licensed User
Longtime User
B4X:
dim temp as int, theSms As Sms

temp=theSms.Type

Returns a syntax error. I don't think it likes the method Type

I can't even do: Select Case theSms.Type
I can substitute the value for something else and I get no error
 
Last edited:
Top