>
> i just prefer that way of cflooping as i find it more flexible.  e.g. can
> refer to previous or next rows by queryname.column[i-1].
>
queryname.column[currentrow-1]    ;oD

But, yup, done that one myself....  Easy way to output records in an
anti-clockwise circle starting the output at 9oclock on the circle....
Honest guv I didn't have to work that one out recently....

> hadn't thought of bunging it all in a cfscript, and i've no idea of the
performance
> difference between this cfloop, the cfscript version or just using <cfloop
> query="queryname"> without any rows specified.  maybe someone can do some
> tests and work it all out?
>
Well I know that the cfscript version (in CF5) is supposed give better
performance than cfloop/cfoutput, but you know these things there's probably
a performance difference, but the difference is down to milliseconds.....

Spike.... I bet you've done some performance testing....... What's your
thoughts??? ;o)

Stephen



-- 
** 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