Gossamer Forum
Quote Reply
Loop Position X
    <%row_num%> - a counter for what row is being looped, starts at 1.
<%rownum%> - an alias for <%row_num%>
<%first%> - boolean value that is true if this is the first row, false otherwise.
<%last%> - boolean value that is true if this is the last row, false otherwise.
<%inner%> - boolean value that is true if this is not first and not last.
<%even%> - boolean value is true if row_num is even.
<%odd%> - boolean value is true if row_num is odd.

Inside a loop i can use this; with rownum i can do something like:

loop ...
if rownum eq 4
do something

How i can choose from the array directly without a loop?
Subject Author Views Date
Thread Loop Position X Robert 5700 Mar 7, 2010, 6:43 AM
Thread Re: [Robert] Loop Position X
brewt 5549 Mar 7, 2010, 12:41 PM
Thread Re: [brewt] Loop Position X
Robert 5569 Mar 7, 2010, 1:01 PM
Thread Re: [Robert] Loop Position X
Andy 5557 Mar 7, 2010, 11:56 PM
Thread Re: [Andy] Loop Position X
nir 5125 Oct 4, 2010, 3:09 AM
Thread Re: [nir] Loop Position X
Andy 5130 Oct 4, 2010, 3:30 AM
Post Re: [Andy] Loop Position X
nir 5089 Oct 4, 2010, 4:05 AM