> Use a loop to sequence through all the commands 1... until 
> cl.getleftcmd returns "".
> 
> It does not distinguish "more commands"; it just returns the commands 
> one by one.  After all, the more commands could contain more than one 
> command.
>


So

Do(hitem.getleftcmd(2), hitem.getleftparam(2), cl.getleftwork(2),"")
 
should run 2nd command with its parameters and work.


Reply via email to