I have this stub of code that I want to complete. I need to get the values of 
the variable (form.assignedBuildings) and plug it in my SQL dbase table with 
called projectbuildings (columns: counter, projectno, building). How do I 
complete this? Help!
 
<cfset buildarray = ArrayNew(1)>
<cfset buildarray = #ListToArray(form.assignedBuildings)#>
<cfset variables.lenbuildarray=#ArrayLen(buildarray)#>
 
Thanks.
 
-roger

                
---------------------------------
 Yahoo! FareChase - Search multiple travel sites in one click.  

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:15:1472
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/15
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:15
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to