Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Links equivalent of NOT LIKE?

Quote Reply
Links equivalent of NOT LIKE?
Hi

Does Glinks have an equivalent of NOT LIKE? For example:

Code:

<%if page_id ne detailed%>

and

Code:

<%if title like 'Page'%>

Is there a not like?


Thanks



Comedy Quotes - Glinks 3.3.0, PageBuilder, StaticURLtr, CAPTCHA, User_Edit_Profile

Quote Reply
Re: [Chas-a] Links equivalent of NOT LIKE? In reply to
Code:
<%if not title like 'Page'%>
or I believe this may work too:
Code:
<%if title not like 'Page'%>

Adrian
Quote Reply
Re: [brewt] Links equivalent of NOT LIKE? In reply to
That's it, thanks.



Comedy Quotes - Glinks 3.3.0, PageBuilder, StaticURLtr, CAPTCHA, User_Edit_Profile