>>for (i = 1; i lte listLen(list); i = i + 1)
Personnally I always calculate the listlen outside the loop, otherwise it will be done
at every iteration, if the list is large, this may represent a performance issue.
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
[Donations and Support]
- cfloop and cfscript jean-marc bottin
- Re: cfloop and cfscript Thomas Chiverton
- Re: cfloop and cfscript Joe Rinehart
- RE: cfloop and cfscript Claude Schneegans
- RE: cfloop and cfscript Barney Boisvert
- RE: cfloop and cfscript Jean-Marc Bottin