Here is a different question.. Is XML a supported returntype? At 09:42 AM 7/18/2002 -0400, you wrote: >Let me add - though - that I encourage the use of cfproperty. Like I >said before, it can be used for validation, and it also shows up when >you display the CFC, which adds a helpful reminder of the data your CFC >uses. > >FYI - I'd rewrite your method like so: > > <cffunction name="returnname" returnType="name"> > <cfargument name="FullName" type="name" required="yes"> > <cfreturn Fullname> > </cffunction> > >Notice the use of returnType? This adds another layer of protection in >your CFC to ensure you return the right type of data.
-- Jeffry Houser | mailto:[EMAIL PROTECTED] Need a Web Developer? Contact me! AIM: Reboog711 | Phone: 1-203-379-0773 -- My CFMX Book: <http://www.amazon.com/exec/obidos/ASIN/0072225564/instantcoldfu-20> My Books: http://www.instantcoldfusion.com My Band: http://www.farcryfly.com ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

