--- In [email protected], "xmdl" <[EMAIL PROTECTED]> wrote:
> 
> 
> Hi!
> 
> I am trying to get PowerPro to save each clip to the same file. This
> is possible by enabling Run ClipCaptured on the GUI Control tab. The
> only problem I have with it is that it does not add a newline after
> each clip has been appended.
> 
> I have a working workaround where I call an external program (calling
> a function in Emacs in this case) and tell it to add a timestamp and
> newline there.
> 
> It works well, but feels a bit awkward. Is there any way to do this
> using only internal PowerPro stuff? I was thinking about using the
> file-plugin, but to use that I must be able to get hold of the clipped
> text. Is this possible?
> 
> I'd like to use this opportunity to thank Bruce for a wonderful
> program!

Add the following command after Clip.ToFileAppend():
Exec.ToFile("your_file_path",esc(?"\r\n",?"\"))

Sean





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