03-28-2003, 08:40 PM
well, i told this before ... i use qm with powerpro as a tandem.
my problem is that i want to pass an url as command to qm.
from powerpro its:
$(q) M "paster" "$(img)"
where $(q) is the qm exe path and $(img) an image url which i gonna paste into some web application.
the problem i face is escaping the command, because the img str is:
qm code for macro paster:
qm is returning only img src, after that it thinks it is a new command ?
i can send single quotes instead and maybe replace them in qm with double quotes.
but is there maybe an easier way to pass a variable or command to qm ?
my reason to use both programs is that powerpro offers cool menus and i am also deep in their syntax.
you can see and read about my crazy stuff on:
http://www.flash2be.com/xpi
thanks
pi[/url]
my problem is that i want to pass an url as command to qm.
from powerpro its:
$(q) M "paster" "$(img)"
where $(q) is the qm exe path and $(img) an image url which i gonna paste into some web application.
the problem i face is escaping the command, because the img str is:
<img src="http://www.flash2be.com/xpi/pic/screenshots/ppro00.gif" alt="ppro00.gif" border="0">
qm code for macro paster:
qm is returning only img src, after that it thinks it is a new command ?
i can send single quotes instead and maybe replace them in qm with double quotes.
but is there maybe an easier way to pass a variable or command to qm ?
my reason to use both programs is that powerpro offers cool menus and i am also deep in their syntax.
you can see and read about my crazy stuff on:
http://www.flash2be.com/xpi
thanks
pi[/url]