Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
cscalzo #1
Loop Desplaying data
Ok so here is what I need some help with
I have created a loop to buy my script some time to process everything
the loop works fine and my code after does what is needed however
each time it loops through it creates a line brake on my page (I really don't
need that there)
so is there any way to make this so it does not create a line break here is
the loop
<cfset timeForCode= 0>
<cfloop from="1" to="50" index="i"><br>
<cfset timeForCode+ 1>
</cfloop>
cscalzo Guest
-
Can a film loop play once, then loop on the last frame(s)?
I need a film loop to play once, then loop playback on the last frame so I can keep the LOOP of the film loop set. This will allow the tell commands... -
Film loop rollovers working with tell sprite, but only if Loop is checked
on mouseWithin me cursor 280 tell sprite 40 --the sprite containing the film loop sprite(60).member = member("networkmapsbuttonroll") --swapping... -
array data matches but array created in loop doesn't work
I have the exact same data in two arrays, but only the array created like so will work: $spaw_imglibs = array( array( 'value' =>... -
Urgent: Repeat loop and Film loop clash!
Hi All, Scenario I have a script running in which the spelling which was typed in by the student is corrected. The alphabets are moved to... -
Help with loop inside loop and mysql queries
Hi List. I cannot see my error: I have relation tables setup. main id entity_name main_type etc etc date_in 1 test type1 x y 2003-06-02... -
cscalzo #2
Re: Loop Desplaying data
Duh' never mind it would probly be brakrin because of the <br>
Gosh ask a stupid question
PS sorry for the type-o on displaying
cscalzo Guest



Reply With Quote

