> names, etc., when setting them in the Application.cfm file?  Is it <cfset>
> or <cfparam>?  Judging by the responses, I would assume that <cfset>


The best way is to something like

<cfif IsDefined("Application.IsInitialized")>
    <cfset Application.Myvar1 = "">
    <cfset Application.Myvar1 = "">
    <cfset Application.Myvar1 = "">
    <cfset Application.Myvar1 = "">
    .
    .
    .
    <cfset Application.IsInitialized= "Yes">
</cfif>


~Justin MacCarthy



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

Reply via email to