What's wrong with lua?
I've never tried to write a program using luascript (or whatever it's called) but it looks nice and easy to use.
I was trying to understand why pspsms doesnt work for us in the UK.
Heres the line that seems to cause the problem:
I don't really understand what the tilde-equals (~=) opperator does, but it still seems to suggest it would work if the phone number was longer than 10 digits... UK mobile numbers are 11 digits long...Code:if string.len(to) ~= 10 then error("cell number too short",2) end
Oh well, hopefully this will work one day...
The site it goes through to send the message to mobile phones seems to suggest it works anywhere in the world...![]()
Bookmarks