What's wrong with cfinvoke? Any reason you don't want to use that? On Wed, Sep 10, 2008 at 11:29 AM, Gerald Guido <[EMAIL PROTECTED]> wrote: > Ok... Thanx All. Now this one is kicking my butt. > > <cfset mystring = "MyServiceObj.delete#arguments.MyTable#(#arguments.MyPK# > = myBeanObj.get#arguments.MyPK#())" /> > > <cfreturn evaluate(mystring) /> > > > Using tblUsers it would render this > > <cfset MyServiceObj.deleteTableUsers (UserID = myBeanObj.getUserID())" /> > > Is this possible with out using CFinvoke or Evaluate? Sorry about this. One > of the joys of having written language LD. Syntax kicks my ass. >
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312332 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

