It looks like #vow_up_nail_file# is a simple value (not an array etc), what are you trying to output? From the code it would look like you are trying to trying to output #vow_up_nail_file##idval# to get #vow_up_nail_file#1, #vow_up_nail_file#2 etc?
Also drop the ## in the set, it is not required I.e. <cfset Start = URL.start> Is vow_up_nail_file a column in the DB (hard to understand since you have a SELECT *! "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you have received this communication in error please return it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -----Original Message----- From: [EMAIL PROTECTED] To: CF-Talk Sent: Mon Sep 04 06:56:40 2006 Subject: cfoutout #var[]# help I can't get this to parse a number value in between the [ ] in the #vow_up_nail_file[idval]# in the 2nd table cell. <cfquery name="get" datasource="#datasource#"> select * from vidweek </cfquery> <cfset Start = #URL.start#> <cfoutput query="get" startRow = "#start#" maxrows="5"> <td bgcolor="##FFFFFF"><a href="video_of_the_week.cfm?video_id=#vidwee_id#&start=#URL.START#&page_no=# URL.page_no#"><img src="VideoOfTheWeek/#vow_up_nail_file#" width="97" height="64" border="0"></a></td> <CFSET idval = vidwee_id + 1> <!--- idval is correct numeric value when I parse it out by itself ---> <td bgcolor="##FFFFFF"><a href="video_of_the_week.cfm?video_id=#idval#&start=#URL.START#&page_no=#URL. page_no#"><img src="VideoOfTheWeek/#vow_up_nail_file[idval]#" width="97" height="64" border="0"></a></td> </tr> </cfoutput> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:251944 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

