<cffunction name="cf_abort" output="false" returntype="void">
<cfabort />
</cffunction>
<cffunction name="cf_dump" output="false" returntype="void">
<cfargument name="objToDump" type="any" required="false" default="" />
<cfdump var="#arguments.objToDump#" />
</cffunction>
<cfscript>
var myArray = newArray(1);
myArray[1] = "Larry";
myArray[2] = "Moe";
myArray[3] = "Curly";
cf_dump(myArray);
cf_abort;
</cfscript>
On Tue, May 20, 2008 at 10:15 AM, Richard White <[EMAIL PROTECTED]> wrote:
> hi,
>
> when debugging with coldfusion tags i use the cfoutput and cfdump tags alot
> but how can i use these tags and the cfabort tag within cfscript, or how can
> i get the same effect as these tags?
>
> thanks
>
> richard
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k
Archive:
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:305743
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4