Michael,

Maybe I'm reading this wrong, but I have to ask - does this mean that one 
can, with CF5, set the code of a UDF into a variable, and then execute that 
UDF just by calling that variable in function syntax, and it automatically 
gets evaluated and run?

Is that all the function keyword does - is create a variable for the function?

Does this mean that we could theoretically use any variable as a function?

Or am I missing something?

--
Avi Flax
Developer, Afternic.com
[EMAIL PROTECTED]
212-798-5484

"Art is the lie that makes us realize truth." - Pablo Picasso

At 04:47 PM 5/24/2001 -0400, Michael Dinowitz wrote:
>***************************** Team Allaire *****************************
>The normal operation is to have your UDF either on the same page as you need
>them or in a CFINCLUDE. If your especially evil then you can load them into
>server or application variables in an initialization page and then use them
>as server.stringlimit('this is my string', 5). Using them in server or
>application vars might run into locking problems and I'm investigating this.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to