At 09:39 PM 3/3/05, Justin D. Scott wrote:

>Ah, I didn't catch that earlier in the thread...
>
><cfoutput query="viewRelatedWords">
><a href="#relatedWordName#">#relatedWordName#</a><cfif
>currentRow neq recordCount>,</cfif>
></cfoutput>

Thanks, that worked :-)

I'm repeating the code below for "archive-enrichment" purposes. The code to 
create a comma-separated (comma-delimited) list of hyperlinks (URLs), with 
no final comma, is this:

<cfoutput query="YourQuery">
   <a href='#YourQuery.URLLink#'>
      <font color="##006600">#YourQuery.URLName#</font>
   </a>
   <cfif currentRow neq recordCount>, </cfif>
</cfoutput>


Thanks again,


Roberto Perez
[EMAIL PROTECTED]


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:197415
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to