Basically, yes. There are some evaluate tricks you can use for strings where the function is embedded in the string and the string is stored somewhere else like a DB, but the basic concept it there. You're just wrapping the tag in a different method of access.
> >You can always take the tag, wrap it in a UDF and call the UDF from within > >the string which will in turn call the tag you want. > > > >> > > Michael, > > I am not sure I understand. when you say wrap tag in UDF do you mean something like; > > <cffunction name="importfunc"> > <cfimport taglib...> > </cfunction> > > Then in the string do you mean; > > <cfset mystring = 'this is some stuff' & importfunc() & 'some more stuff' > > > Is that what you mean? > > Kevin > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185298 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

