ahh yeah....good idea.

thanks!

...tony

-----Original Message-----
From: Ian Skinner [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 15, 2004 12:05 PM
To: CF-Talk
Subject: RE: cftry/cfcatch question

Yes, you can also get a little fancy by nesting <cftry> blocks inside
the <cfcatch> block of another <cftry>.  This would allow you to try a
web service two or three times, or alternate web services or something
before you gave up as unworkable.


<cftry>
    do something
   
    <cfcatch>
        <cftry>
            do something again
            
            <cfcatch>
                give up
            </cfcatch>
        </cftry>
    </cfcatch>
<cftry>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to