Hi.
That did not work, but thanks for pointing me in the right direction. I added -- in front of the first line of the following, and it works great :)
--alert('sending sms: ' .. msg)
modem:sendsms(msg:sub(1, sep - 1), msg:sub(sep + 1))
end
end
That did not work, but thanks for pointing me in the right direction. I added -- in front of the first line of the following, and it works great :)
--alert('sending sms: ' .. msg)
modem:sendsms(msg:sub(1, sep - 1), msg:sub(sep + 1))
end
end