--- In [email protected], "dleidinger" <[EMAIL PROTECTED]> wrote: > > Hi Bruce, > > Since i am getting more and more familiar with > powerpro-scripting, i use it more and more for quick "things". > Using the debugwindow as output-medium is very easy and also very > fast to script. But unfortunatelly i can't use the output in > other applications like i.e. word processing programs, because > ctrl+a (mark all) and ctrl+c (copy all marked lines) is not > supported. (at least i couldn't find out how to do this). >
Hi Detlef, The debug window uses a listbox control. Try this program: CopyText from http://www10.pair.com/vsap/FreeSoft.html You can assign it to a hotkey. Position the mouse pointer in the debug window, activate the hotkey, and select Copy all. ("Copy selected" isn't much good in this case because you can only select one line at a time in the debug window). CopyText works in other types of windows/controls too, e.g., you can easily copy the text from a powerpro error prompt. BTW, I did try your script, it was great, very thorough in its user prompting etc. Sorry I haven't previously commented. I haven't had a need for using it, but I did try it and it definitely worked. Regards, Sheri
