| popups + commandsJuly 25 2003 at 8:35 AM No score for this post | trt (no login) from IP address 217.83.111.109 | |
|
Hi i want to perform multiple commands when clicking a popup i have this alias
alias mkpopup {
var %x = $popups.dll(Popup,$1 +R $iif($2,$2,$mouse.dx) $iif($3,$3,$mouse.dy))
if (OK * iswm %x) { $gettok(%x,4-,32) }
}
popitem test + 1 1 bla $cr echo bla | echo bla2
->not working
how can you do that? | |
| | Responses |
|
|