The easy way of sending an text SMS should look like:
send_text_SMS(phonenumber As Int, message As String)
That is all information you need to send a text SMS, this is at least what I send and receive. RIGHT? And why doesn't it, and what does the sub send_text_SMS actually look like?
send_text_SMS(phonenumber As Int, message As String)
That is all information you need to send a text SMS, this is at least what I send and receive. RIGHT? And why doesn't it, and what does the sub send_text_SMS actually look like?