Good morning every one,
i'm writing today in order to understand the meaning of this error.
i was simply coding an SMS sender with some user defined parameters. When i debug the App, at the moment to Send the message the App crash.
Here is my code
Here is the debugger error.
i'm writing today in order to understand the meaning of this error.
i was simply coding an SMS sender with some user defined parameters. When i debug the App, at the moment to Send the message the App crash.
Here is my code
B4X:
Dim smscomp as PhoneSms
try
'The following the line 98
[INDENT]smscomp.Send(myDevice.Telefono, myDevice.code & " CONNECT CLOUD")[/INDENT]
catch
[INDENT]msgbox("Error sms composing", "Warning")[/INDENT]
end try
Here is the debugger error.