So "this" and "variables" are the same? Forgive me for hounding.
<cffunction>
<cfset local.myVar=1>
</cffunction>
<cffunction>
<cfset var test1=''>
<cfset var test2=''>
<cfset var local.myVar=2>
<cfset test1=this.local.myVar>
<cfset test2=Variables.local.myVar>
<cfset test3=local.myVar>
</cffunction>
So test1=1? and test2=1? and test3=2?
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Adam Wayne Lehman
Sent: Monday, October 06, 2003 2:30 PM
To: [EMAIL PROTECTED]
Subject: RE: [CFCDev] Variable referencing in CFCs
I _think_ VARIABLES.local.myVar. If it's public it can definitely be
accessed with THIS.local.myVar.
Adam Wayne Lehman
Web Systems Developer
Johns Hopkins Bloomberg School of Public Health
Distance Education Division
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev'
in the message of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).
An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]