Posted: January 29 2003 at 23:23 | IP Logged
|
|
|
Errr, ummm, uhhh...
I may have wasted your time. Sorry 'bout that. After looking at it closer, the outgoing SMS message was mangled more than just repeating a fraction as the subject line. Although I couldn't find any reference to this in Verizon's or Motorola's documentation or web sites, there is an explanation. Whether a subject line is directly entered is a function of the phone, rather than the service, based on the limited research I did. For example, http://www.suncom.com/messaging/2way_SMS_faq.html . I didn't spend a lot of time checking multiple phones & services & countries however, so you might want to check further before publishing instructions in your powerhome manual.
Anyway, my phone (motorola t720) interprets a parentheses pair as enclosing the subject line of the outgoing message. Would have been nice to see that tidbit in the 192 page owner's manual. It throws away the portion before, and puts the remainder in the message body. As you can imagine, this wreaks havoc with a sendkeys formula email. Actually, it could wreak havoc on an innocent (non-geeky) text message too. However, knowing this trick provides the answer:
Instead of entering subject sendkeys body ph_rtne(ph_macro("MACRONAME")) as one would on a quality phone such as Tony's, one can enter (sendkeys)ph_rtne((ph_macro("MACRONAME")) as the message. A trailing space also seems to be required, to avoid having the phone enter a carriage return for you. It works fine now, using this trick.
Actually though, I kind of like the idea of the one line email entry to fire off a macro-- I vote you keep that option in your software, though admittedly it doesn't solve the problem that I had originally posed (and again, sorry for the misleading post).
|