Raymond that would make sense,

respectfully,

-----Original Message-----
From: Raymond Camden [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 14, 2002 4:00 PM
To: CF-Talk
Subject: RE: try catch + cfscript


First - it only works in CFMX - secondly - the syntax is:

try {
        ....
} catch(ExceptionType name) {

}

Notice the catch is _after_ the try block.

=======================================================================
Raymond Camden, ColdFusion Jedi Master for Hire

Email    : [EMAIL PROTECTED]
Yahoo IM : cfjedimaster

"My ally is the Force, and a powerful ally it is." - Yoda 

> -----Original Message-----
> From: John McCosker [mailto:[EMAIL PROTECTED]] 
> Sent: Wednesday, August 14, 2002 10:53 AM
> To: CF-Talk
> Subject: try catch + cfscript
> 
> 
> hey,
> 
> whats the equivalent to CFTRY for CFSCRIPT,
> 
> sounds straightforward,
> 
> I've implemented it as you would traditionally,
> 
> try {
> 
>       ...do default
>       catch {...or not}
> }
> 
> but errors, invalid parser construct etc...
> 
> checked the docks, nothing
> checked professional cf5.0 nothing,
> checked cfscript from start to finish on HOF nothing,
> checked the archives can't find anything,
> 
> I'm puzzled, can you?
> 
> respectfully,
> 
> j
> 

______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to