Android Question Sms Problem

Giovanni Raco

New Member
Licensed User
Longtime User
Hi, i try to send sms with this code:
B4X:
EditText1.Text="333333333"
comando="test"
Sms1.Send(EditText1.Text,comando)
but don't function, the compilor don't give error.

I try to insert the value into Sms1.Send
B4X:
Sms1.Send("333333333","test")
with value working, i receive the sms.

Why don't function ?
 
Top