As for a reference, you can look in the Allaire documentation Developing Web Applications with ColdFusion: Extending ColdFusion Pages with CFML Scripting chapter. This documentation is in the Studio help files.
You can also read about it in Forta's Advanced CF book. There's some good information there about CFML scripting.
Jason
---- Jason Aden Allaire Certified Developer jason@wwstudios.com www.wwstudios.com
-----Original Message----- From: Raymond Camden [mailto:rcamden@allaire.com] Sent: Monday, January 29, 2001 1:41 PM To: Spectra-Talk Subject: RE: try/catch in cfscript
No tags can be used in cfscript. So you can't do things like CFMAIL or CFPOP or CFTRY. In theory, you can break up your cfscript into the parts you want to CFTRY and wrap the cfscript statements with the try/catch pair.
======================================================================= Raymond Camden, Principal Spectra Compliance Engineer for Allaire
Email : jedimaster@allaire.com ICQ UIN : 3679482
"My ally is the Force, and a powerful ally it is." - Yoda
> -----Original Message----- > From: Jason Stiefel [mailto:JasonS@npdinc.com] > Sent: Monday, January 29, 2001 1:23 PM > To: Spectra-Talk > Subject: try/catch in cfscript > > > Any have a cfscript reference? I'd like to use a try/catch block in > cfscript. > > thanks. > > > > "A little knowledge and a bit of imagination can really make a person > cuckoo." > > --- unknown > > Jason Stiefel > Lead Technical Architect > NorthPoint Domain, Inc. > One Joy Street > Boston, MA 02108 > (617) 603-2500 > http://www.northpointdomain.com > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm ------------------------------------------------------------------------------ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a message to spectra-talk-request@houseoffusion.com with 'unsubscribe' in the body.