OK,  

The below is ugly, but it works:

<cfloop index="x" from="1" to="#ArrayLen(QSNDSC_array)#">
  <cfoutput>#QSNDSC_array[x][1]# #QSNDSC_array[x][2]#</cfoutput>
</cfloop>

Is there a better way tht anybody knows of?


:: #arrayName[1,1]# #arrayName[1,2]#
:: maybe?


:: So, how do I output all values in the following (assume it's a question
:: [1] /answer [2] pair):
:: 
:: #QSNDSC[1][2]#
:: 
:: Output like (for all questions and answers)
:: 
:: question 1 - answer 1
:: question 2 - answer 2
:: question 3 - answer 3

                                
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to