Cool thank you. Randy
On Thu, Feb 11, 2010 at 11:46 AM, Matthew Woodward <[email protected]>wrote: > On Wed, Feb 10, 2010 at 8:46 PM, Randy Johnson <[email protected]>wrote: > >> Does this mean any variables that are created inside a cfthread would be >> only available in that particular cfthread? > > > Yep, easy to test: > > <cfset foo = "outside thread" /> > > <cfthread name="bar"> > <cfset foo = "inside thread" /> > </cfthread> > > <cfoutput>#foo#</cfoutput> > > That will output "outside thread" because foo with a value of "inside > thread" only exists inside the thread. > > -- > Matthew Woodward > [email protected] > http://blog.mattwoodward.com > identi.ca/Twitter: @mpwoodward > > Please do not send me proprietary file formats such as Word, PowerPoint, > etc. as attachments. > http://www.gnu.org/philosophy/no-word-attachments.html > > -- > Open BlueDragon Public Mailing List > http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon > mailing list - http://groups.google.com/group/openbd?hl=en > > !! save a network - please trim replies before posting !! > -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon mailing list - http://groups.google.com/group/openbd?hl=en !! save a network - please trim replies before posting !!
