> So - you don't have a danger of stuff leaking into the calling template,
> but inter-CFC action can go to heck if you forget to VAR scope.

Raymond,
        I know to use the VAR scope when using <cfscript>:

var myVariable = "test";

        But what about when using tags?  Is the scope actually VAR?  So would it
be:

<cfset var.myLocallyScopedVariable = "test">

        I've been using the arguments for a local scope lately.  Probably not the
correct way, eh?




Ben Johnson

______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to