[thelist] My dear CFASSOCIATEs

David Shadovitz david_shadovitz at xontech.com
Thu Jul 26 16:20:00 CDT 2001


.jeff wrote:

| cfparam name="caller.#attributes.variable#" default="">
|
| <!--- set the return value --->
| <cfset caller.#attributes.variable# = "your return value">
|
| btw, there's a better way of paraming and setting that variable than
using
| hashes on the left side of the assignment operator (equal sign), but
it's
| been a long day and i'm drawing a blank what that method is.

I think you mean via SetVariable:
   <cfset SetVariable("caller." & attributes.variable, "your return
value")>
Sorry if this was already mentioned; I read evolt in digest form.
-David





More information about the thelist mailing list