Hi Kevin,

Cool script!
Thought you might like to know a simpler way to remove "^/"

These two lines
while [ptr: find textmsg "^/"] [textmsg: insert (remove/part ptr (length?
"^/")) " " ]
 textmsg: head textmsg

can be replaced by this
trim/lines textmsg

Cheers,

Allen K

Reply via email to