WeCodeThings Library
Library of code bits
Glossary    Contact Us
Need a web designer? visit WeCodeThings.Com for more details
Search  
   
Browse by Category


WeCodeThings Library .: ColdFusion .: Coldfusion Query into List using ListAppend



Coldfusion Query into List using ListAppend

Quick easy way to turn your coldfusion query into a list.

  1. <cfloop query="qryStuff">
  2.         <cfset variable.something = ListAppend(variable.something, qryStuff.stuff_column, ",")>
  3. </cfloop>


How helpful was this article to you?

Related Articles

article PHP loop through sql statement and put data into a table using a while loop
Still being new to php, I was trying to...

(No rating)  6-5-2009    Views: 1351   
article ColdFusion Insert Data Statement Into a Table using ColdFusion CFC CFQueryParam
Be sure that when you type out the field...

  4-28-2009    Views: 1744   
article How to display Random Quote using ColdFusion and the RandRange Function
<!--- Be sure to change...

(No rating)  4-7-2009    Views: 925   

User Comments

Add Comment
No comments have been posted.




.: Powered by Lore .:Code by WeCodeThings Website Design and Development