Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

If Statement with One Variable > Second

Quote Reply
If Statement with One Variable > Second
Hello,

I have two variables <%Count%> and <%Count2%>

How do I make an if statement conditional upon Count being bigger than Count2?

<%if Count > Count2%> doesn't seem to work

Last edited by:

Gregorio: Jun 30, 2004, 10:38 PM
Quote Reply
Re: [Gregorio] If Statement with One Variable > Second In reply to
Whoops, got it!

The statement should be:

<%if Count > $Count2%>