Post Reply 
Tweak for Manage: Specific Containers on sel. Sites
Jul. 15, 2009, 08:19 AM
Post: #5
RE: Blocklist Additions
(Jul. 12, 2009 03:08 AM)whenever Wrote:  
(Jul. 11, 2009 12:49 PM)sh8an Wrote:  just simple negation did not work.

Have you tested it or could you give me a URL to test?

Well, I made a test and it seems to use negation in a variable and then test it won't work.

Below code works without using a variable
Code:
$SET(1=abc)$TST((\1)=abc(^d)*)

Below code won't work when using a variable
Code:
$SET(1=abc)$SET(sAdKey=abc(^d))$TST((\1)=$TST(sAdKey)*)

It works if we don't use negation in the variable
Code:
$SET(1=abc)$SET(sAdKey=abc)$TST((\1)=$TST(sAdKey)*)

So, my previous suggestion about using $SET(sAdKey=.right(^ non_b).) won't work, sorry. Sad
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Blocklist Additions - whenever - Jul. 11, 2009, 03:49 AM
RE: Blocklist Additions - sh8an - Jul. 11, 2009, 12:49 PM
RE: Blocklist Additions - whenever - Jul. 12, 2009, 03:08 AM
RE: Blocklist Additions - whenever - Jul. 15, 2009 08:19 AM
RE: Blocklist Additions - sh8an - Jul. 15, 2009, 12:42 PM
RE: Blocklist Additions - whenever - Jul. 15, 2009, 03:51 PM
RE: Blocklist Additions - sidki3003 - Jul. 15, 2009, 04:34 PM
RE: Blocklist Additions - whenever - Jul. 16, 2009, 01:43 AM
RE: Blocklist Additions - sh8an - Jul. 16, 2009, 08:03 AM
RE: Blocklist Additions - sidki3003 - Jul. 16, 2009, 04:15 PM

Forum Jump: