Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
gbrownuk #1
For While Loops
Hello,
Please, can anyone tell me what is the equivalent in CMFL.
Thanks
Graham Brown
gbrownuk Guest
-
Nested loops?
Hi, I've been adapting a script which parses HTML and creates an RSS feed (http://www.perl.com/lpt/a/2001/11/15/creatingrss.html). Now I want... -
SQL OR CF loops?
I'm hoping someone that actually knows what they are doing can assist me. I have a CFLOOP that simply spits out the contents of a table. Problem... -
#26234 [NEW]: While Loops
From: spock1985 at homail dot com Operating system: Win Xp PHP version: 4.3.4 PHP Bug Type: MySQL related Bug description: ... -
Should loops return a value?
Shortly, I think it might be good if loops (etc.) could return values. Example 1: Retnext (like 'return next' borrowed from pl/sql) You want... -
Using 'my' within nested loops
I am curious about the amount of overhead created with the first example below as compared to the second example below: Example 1: my $this;... -
gbrownuk #2
Re: For While Loops
After a little more reading I found the answer:
<cfloop condition = "expression">
....
</cfloop>
expression like: "n LESS THAN OR EQUAL TO 10"
gbrownuk Guest



Reply With Quote

