17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 2708 Views |
-
How to do a <= check in template

16 December 2008 at 2:37am
Hello.
I would like to do a test like this:
<% if $Pos <= 4 %>
...Is this possible in the ss template?
-
Re: How to do a <= check in template

16 December 2008 at 3:29am
If <= works (which I'm not sure of) then it would be:
<% if Pos <= 4 %>
i.e. without the $
If not, and $Pos is an integer, can't you do < 5?
| 2708 Views | ||
|
Page:
1
|
Go to Top |


