[Zope] global varible to files

Jianping Zhu jzhu at fisher.forestry.uga.edu
Wed May 12 13:20:56 EDT 2004


I in a file i have code like this:
       <dtml-if "teach=='y'">
         <dtml-let t="'Yes'"></dtml-let>
	 <dtml-else>
       <dtml-let t="'No'"></dtml-let>
        </dtml-if>

I want to access varible t outside this if loop how can i declear it
global to the entire file?

Thanks



More information about the Zope mailing list