Hi Guys, In CFC's, how are variables handled?
For instance, if I have a .cfm page that sets a variable foo = x and then later in that document I call a UDF that also uses the variable name foo, will that instance of 'foo' overwrite the instance of foo called before the UDF? Or are local variables isolated to the processing of the UDF, but not included in the document that called the function? -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en
