In instances of calling a function that has no return, I find it easier on the 
eyes to call them with cfscript.

<cfscript>
    domain1_404(arguments.requested_template);
</cfscript> 

David McGraw
Oyova Software, LLC
http://www.oyova.com

>>
>> <cfset domain1_404(arguments.requested_template) />
>>
>> Hmm, that's a weird syntax.
>
>I'm curious... Why do you think that's a weird syntax? After all, it's
>how you'd call built-in functions that don't return anything, such as
>setEncoding() or any number of others...
>-- 
>Sean A Corfield -- (904) 302-SEAN
>Railo Technologies, Inc. -- http://getrailo.com/
>An Architect's View -- http://corfield.org/
>
>"If you're not annoying somebody, you're not really alive."
>-- Margaret Atwood 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336499
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to