Search found 2 matches

by JSMediRegs
Wed Feb 14, 2007 8:07 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Global Variables?
Replies: 3
Views: 11042

Ok so now I have it in a restrict to pattern filter which says this
<P CLASS="art-head2">
[ capture ( 1+ digits or letters or whitespace or <!"#$%&'()*+,-./\:;=?@[]^_`{}~|> ) as 'title1' ]</P>
with the action set to send matching text to sub filter.

In the subfilters, I am using EasyPattern ...
by JSMediRegs
Sat Feb 10, 2007 5:36 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Global Variables?
Replies: 3
Views: 11042

Global Variables?

I'm having major time trouble trying to figure out how to get a global variable declared. I have a bit of code which I've successfully translated into a local variable (confined to one filter) which I then need to use somewhere else... How?

here's my code for an easy pattern search and replace ...