> do(win.debug (&(x0)))
> x0=""

disadvantages of the above script is that:
1. commands aren't saved in CommandBox history.
2. running commands in old syntax (*message Test message) generate an error

first issue can be fixed by deleting line -- x0=""
but then command in x0 will be executed twice.

otherwise approach is script like this:
          _temp_result=do (x0)
          win.debug (x0 ++ " = " ++ _temp_result)
but there are disadvantages too:
1. some commands which natively write to debug window don't send their
results to debug properly (a.e. keyTrap.GetVkCode())

(if I found more time then I will do more investigation on this problem)


Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to