What about building up the string, writing it to a file, then including it.
Or if there are only a few custom tags you wish to use, wrap it in if/else or switch case statements. Ade -----Original Message----- From: McCabe, Kev [mailto:[EMAIL PROTECTED] Sent: 09 July 2003 10:52 To: CF-Talk Subject: Dynamic CF_Customtag Call? Does any one know if it is possible to call a CF_CustomTag dynamically? for Example: <CFSET variable.name = "CUSTOMTAG"> <CFOUTPUT> <CF_#variable.name# option="1" /> </CFOUTPUT> So that it called a customtag called <CF_CUSTOMTAG option="1" /> Any Ideas any one tried this with no avail: <CFOUTPUT> #evaluate("<CF_"&variable.name&" option="1" />")# </CFOUTPUT> Many thanks in advanced Kev ____________________________________ Kev McCabe ETV Developer ETV Development Team Technology Development British Sky Broadcasting Tel: +44 (0)20 7941 5329 Fax: +44 (0)20 7941 5369 Mob: +44 (0)77 0350 2664 Mobex: 123 5329 Web: <http://www.sky.com> Wap: <http://mobile.sky.com> ____________________________________ ----------------------------------------------------------------------- Information in this email may be privileged, confidential and is intended exclusively for the addressee. The views expressed may not be official policy, but the personal views of the originator. If you have received it in error, please notify the sender by return e-mail and delete it from your system. You should not reproduce, distribute, store, retransmit, use or disclose its contents to anyone. Please note we reserve the right to monitor all e-mail communication through our internal and external networks. ----------------------------------------------------------------------- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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

