tidenz_92110
Feb 08, 2012Nimbostratus
Stream Expression
Hi guys,
having an issue when using a stream profile and expression
STREAM::expression {@/$TEXT/static-@https://abc/$TEXT/static@ @\.\./static@https://abc/static@}
so if i use the above then second pair works but the variables replace doesnt in the first pair
Now i know if i use curly braces then the variable wont work but if i go the other way so use quotes "" instead then the second pair breaks.
STREAM::expression "@/$TEXT/static-@https://abc/$TEXT/static@ @\.\./static@https://abc/static@"
is there a way to use both without causing an issue?
Thanks