Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [kooSH] Loop Iteration

Quote Reply
Re: [kooSH] Loop Iteration In reply to
Hi,

Yes, definately. The following tags become available inside a loop:

<%row_num%> - a counter for what row is being looped, starts at 1.
<%first%> - boolean that is true if this is the first row, false otherwise.
<%last%> - boolean that is true if this is the last row, false otherwise.
<%inner%> - boolean that is true if this is not first and not last.
<%even%> - boolean is true if row_num is even.
<%odd%> - boolean is true if row_num is odd.

Cheers,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread Loop Iteration moog 2636 May 22, 2002, 5:54 AM
Thread Re: [kooSH] Loop Iteration
Alex 2546 May 22, 2002, 11:27 AM
Thread Re: [Alex] Loop Iteration
moog 2532 May 22, 2002, 12:14 PM
Thread Re: [kooSH] Loop Iteration
Alex 2530 May 22, 2002, 1:12 PM
Post Re: [Alex] Loop Iteration
moog 2519 May 22, 2002, 2:42 PM
Post Re: [Alex] Loop Iteration
Wil 2533 May 22, 2002, 12:39 PM