NeoTechni Well-Known Member Licensed User Longtime User Oct 23, 2012 #1 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: Oct 23, 2012
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
NeoTechni Well-Known Member Licensed User Longtime User Oct 23, 2012 #2 If I put thesms.type in brackets it works. Otherwise, syntax error.