I've got this line of code: <cfset variables.TheSpot=ListFind(variables.Fields,FieldName)>
Where variables.fields was a list and is now a 1d array. Fieldname is the index of the loop I'm in, and is the current field name. The code gave me a numeric value indicating the position of the fieldname in the list. Now I want to make variables.fields an array instead. How can I get the same result with an array? Do I have to do a loop over the array (yuck)? -- ------------------------------------------- Matt Robertson, [EMAIL PROTECTED] MSB Designs, Inc. http://mysecretbase.com ------------------------------------------- -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137781 Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com

