Ask a Question related to Macromedia ColdFusion, Design and Development.
-
Joe Science #1
cfloop help urgently needed!!!
how do i output a loop with a dash and and a sequence. for example
1010-1, 1010-2, 1010-3, 1010-4, 1010-5 .......1010-99, 1010-100.
Joe Science Guest
-
Brush Advice Needed Urgently!
Does anyone have any quick advice on how to do a brush that looks realistically like a ballpoint pen? (ie: generally even weight but with small,... -
help needed urgently!!!
if you know something about flashMX2004 and the trial version could you go to my other post in general discussion please??? I really nadly need help,... -
Calling Web Services Dynamically - Help Urgently needed
We have 2 web services: Payments: Allows uses to pay using ACH (ACHDebit.asmx) or Credit Cards (CCDebit.asmx), and it has adminstration functions... -
urgently needed
why? -
Socket programming help needed urgently
"sridhar" <gsridhar78@yahoo.com>wrote: .... snipped out .... big parts snipped out ...... Hi sridhar, -
Ronsweb #2
Re: cfloop help urgently needed!!!
Try this:
<cfoutput>
<cfloop index="i" from="1" to="100" step="1">
<cfset id = 1010 & '-' & i >
#id#<br />
</cfloop>
</cfoutput>
Ron
Ronsweb Guest



Reply With Quote

