Is it better to go:

<cfif not isdefined("MyVariable")>
     <cfset MyVariable = 0>
</cfif>

or

<cfparam name = "MyVariable" default = "0">

I read where CF5 had speed issues with cfparam, but these were
resolved and it is marginally quicker in MX.  Any preferences?

Chad
who likes to cfpush his cfkid in his cfparam

---
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