Disclaimer: This has been noticed on our development server - and we
only assume that the updater broke it.

<cftry>
        <cfset s = 1/0>
        <cfcatch type="any">
                <cfdump var="#cfcatch#">
        </cfcatch>
</cftry>

The above code after running the updater displays "[Unknown Type]"

However:
<cftry>
        <cfset s = 1/0>
        <cfcatch type="any">
                <cfoutput>
                        #cfcatch.type#<br>
                        #cfcatch.message#
                </cfoutput>
        </cfcatch>
</cftry>

Seems to work correctly.  Can anyone verify this?


Vaughan.

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to