Hi,

I am having trouble remembering the exact syntax when using IIF. I am outputting some records into a table format and I want to start a new row after every 3rd record.

Like so:

<cfoutput query="test">
<tr><td>record 1</td><td>record 2</td><td>record 3</td></tr>
<tr><td>record 4</td><td>record 5</td> and so on....
</cfoutput>

How do I setup the iif to do this?

Thanks

Dave


--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to