Search found 2 matches

by timmins
Thu Oct 07, 2010 10:44 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Passing data through clipboard between filters
Replies: 3
Views: 3679

Re: Passing data through clipboard between filters

I tried that initially (capturing href, etc.) but there are variations in how those are formed. I know @clipboard is a reserved variable. How do I capture a variable into that variable and then refer to it in the next filter? In this current design, the clipboard variable isn't being handed any data...
by timmins
Tue Oct 05, 2010 2:36 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Passing data through clipboard between filters
Replies: 3
Views: 3679

Passing data through clipboard between filters

I am trying to make use of the @clipboard variable in a series of filters but I am not getting the desired results. The script should take an html file and restrict itself to a table cell. In that cell is an image that is linked. The link has three parts to the path and I need the third part. The th...