> of course you could do:
>
> <cfif IsDefined("url.requesttimeout")>
> <cfif IsNumeric(url.requesttimeout)>
> <cfsetting requesttimeout = "#url.requesttimeout#">
> </cfif>
> </cfif>
>
> -- not sure if you'll need the hashes in this case, ut probably...
Well, you spotted the deliberate mistake! Don't need hashes and quotes
afaik.
Paul
--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]