|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
in a CFLOOP...
Hi all,
I'm struggling to understand all the different ways to use the CFLOOP tag. I know the attributes determine what type of loop it ends up being BUT when you create a condition, are there rules? Whats the syntax for conditions in a loop? IS it only what can be used within a CFIF tag? Is there a web site that I can visit to see what's the best way to create conditions? Nathan |
|
#2
|
|||
|
|||
|
A conditonal loop requires a condition that evaluates to true or false, just like any other boolean condition (including the kind you would use in a cfif statement).
The docs contain information on decison operators: http://livedocs.macromedia.com/cold...cs/expresa6.htm
__________________
Ask if you have a question, but also help answer questions that you have knowledge of! Thanks, Brian. How to Post a Question in the Forums |
|
#3
|
|||
|
|||
|
Thank you again
Thanks again Kiteless.
I can always rely on you to be prowling the forum helping out people like me. Much appreciated. Nathan |
|
#4
|
|||
|
|||
|
Happy to help.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ColdFusion Development > in a CFLOOP... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|