have the code doing what i need it to do as far as the array goes.

<script type="text/javascript" language="JavaScript">   
auto = new Array();   
<CFOUTPUT>     
<CFSET i = 1>     
<CFLOOP QUERY="newauto">       
auto[#i#] = ('#newauto.color#','#newauto.price#','#newauto.mileage#','#newauto. 
vin#');       
<CFSET i = i + 1>           
</CFLOOP>   
</CFOUTPUT>       
</script> 

Now how do i output the results. 
AND is there a way to do a 'next n' with such an array?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:2687
Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to