Giovanni Raco New Member Licensed User Longtime User Jul 14, 2014 #1 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 ?
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 ?
Erel B4X founder Staff member Licensed User Longtime User Jul 14, 2014 #2 There is no difference between the two code snippets above. They should behave exactly the same. Make sure that there are no extra spaces or something like that in the EditText text. Upvote 0
There is no difference between the two code snippets above. They should behave exactly the same. Make sure that there are no extra spaces or something like that in the EditText text.