View Single Post
Posts: 19 | Thanked: 2 times | Joined on Jan 2010
#139
Originally Posted by KiberGus View Post
Use parser command. For eample using
echo "1st number"
as parser would show "1st number" string on widget.
echo "name:" "%"
would show "name: <operators reply>"
Thank you.That was useful hint. I was trying to write regexpression to replace “Activated number is” with “Activate:“. Now I am wondering is it possible to write several commands like:
alert “%”;
echo “Activate: …”;