Global Variables?
Posted: Sat Feb 10, 2007 5:36 am
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
search:
replace:
From there, I'd like to stop $1 into a global variable... how do I go about doing that?
Thanks!
~Jon
jschwartz@mediregs.com
here's my code for an easy pattern search and replace
search:
Code: Select all
<P CLASS="art-head2">
[ capture( 1+ digits or letters or whitespace or '>' or <!"#$%&'()*+,-./\:;=?@[]^_`{}~|<> )]</P>
Code: Select all
</doc>
<doc>
<link rel="stylesheet" type="text/css" href="/states.css">
:::uid @inputFilename
:::index @inputFilename
:::date @date
<br><p class ="heading3">$1</p>
Thanks!
~Jon
jschwartz@mediregs.com