Hi, i try to send sms with this code:
but don't function, the compilor don't give error.
I try to insert the value into Sms1.Send
with value working, i receive the sms.
Why don't function ?
B4X:
EditText1.Text="333333333"
comando="test"
Sms1.Send(EditText1.Text,comando)
I try to insert the value into Sms1.Send
B4X:
Sms1.Send("333333333","test")
Why don't function ?