"CFTHREAD has its own separate variables scope, but unlike a custom tag, the
body of CFTHREAD does not contain a caller scope."

Does this mean any variables that are created inside a cfthread would be
only available in that particular cfthread?

ex.

<cfthread>
     <cfset firstname = "Randy">
</cfthread>

-Randy

On Wed, Feb 10, 2010 at 2:44 PM, Matthew Woodward <[email protected]>wrote:

> On Wed, Feb 10, 2010 at 11:31 AM, Randy Johnson <[email protected]>wrote:
>
>> When I create variables inside a CFThread,  are they only available in
>> that CFThread?
>
>
> Yes, CFTHREAD has its own variables scope.
>
> More info here:
> http://wiki.openbluedragon.org/wiki/index.php/CFTHREAD
>
> --
> 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 !!

Reply via email to