I'm just guessing, but I think the CFPARAM is there incase the
"Fuseaction" variable is not passed in, the CFPARAM will define it
and set it to a default value.
The DEFAULTCASE statement, on the otherhand, sets the default case
to use if it does not match any of the others. So if Fuseaction=foobar
was passed in, it would error out if there was not a DEFAULTCASE
statement. Also if Fuseaction was not passed in at all, the switch
statement would error out when it tries to check the Fuseaction
variable.
RPS
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.