Not always. ;-)

<cfparam name="bob" default="123">
<cfparam name="url.bob" default="234">
<cfparam name="form.bob" default="345">
<cfparam name="attributes.bob" default="456">
<cfoutput>
bob = #bob# <br>
url.bob = #url.bob# <br>
form.bob = #form.bob# <br>
attributes.bob = #attributes.bob# <br>
</cfoutput>


>>> [EMAIL PROTECTED] 04/27/00 05:24AM >>>
VARIABLE.blah

peace,
holly





"Dana Larose" <[EMAIL PROTECTED]> on 04/26/2000 05:19:26 PM

Please respond to [EMAIL PROTECTED] 

                                                                               
 To:        [EMAIL PROTECTED]                                          
                                                                               
 cc:        (bcc: Holly C MacDonald-Korth/IRM/FRBOG/US)                        
                                                                               
                                                                               
                                                                               
 Subject    Context for <cfparam>                                              
 :                                                                             
                                                                               





Hmm...I couldn't find this in any of the manuals, so I decided to ask you
guys:

If I have a form variable, I can call it Form.blah, if it is a Session
variable, I can name it Session.blah.

But what is the context for variables set with <cfparam> or <cfset>?

I.e. if I have <cfparam name="blah" default=""> how do I do XXXXX.blah?

Thanks!

Dana


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk 
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send
a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk 
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to