Why not have the function logic in the cfc as well? mycfc.execute(url.function)
where execute() looks at the value pass, executes the necessary method and returns back the result. Maybe it's just me, but mycfc.#url.function#(); would seem to be the antithesis of self-documenting... -- jon mailto:[EMAIL PROTECTED] Monday, July 14, 2003, 5:32:53 PM, you wrote: CV> I'm trying to pass a function name via a URL and then call that function. I CV> want to do something like this (Assuming mycfc has been created already): CV> <cfscript> CV> mycfc.#url.function#(); CV> </cfscript> CV> Any idea how I can do this? I am getting an error because of the #'s. CV> Anyone? CV> Cedric CV> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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

