that's not actually true.  there are several cases when it's more
advantageous to have a variable pointer rather than a variable copy.

chris olive, cio
cresco technologies
[EMAIL PROTECTED]
http://www.crescotech.com



-----Original Message-----
From: Bud [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 19, 2001 6:34 AM
To: CF-Talk
Subject: RE: Questio\n


On 1/18/01, Christopher Olive, CIO penned:
>what's the matter, the rest of us not good enough for you?  :) i know dave
>is good, but... :)
>
>AFA your problem, this worked fine for me.  displayed "stuff"
>
><cfset variable1 = "stuff">
><cfset variable2 = "variable1">
>
><CFOUTPUT>
>
>#Evaluate(variable2)#
></CFOUTPUT>

You're all thinking too much. :)

<cfset variable2 = variable1>
--

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to