Hello Russel,

  you could just pass in the array and a variable to be used on the caller page.
  then return the array via:

  SetVariable("caller.#attributes.arrVariable#",attributes.arrWhatever);



-- 
Best regards,
 Critter
-------------------------------------------
Monday, April 30, 2001, 10:59:58 S2k, you wrote:

RM> I'm getting ready to implement a custom tag that needs to have an array
RM> passed.

RM> Can I just do:

RM> <CFMODULE template="whatever.cfm" arrWhatever="#VARIABLES.arrWhatever#">

RM> Or should I do:

RM> <CFMODULE template="whatever.cfm"
RM> arrWhatever="CALLER.VARIABLES.arrWhatever">

RM> My brain is so fried this morning, I just can't even conceptualize an
RM> answer.  I must remember to skip the Jazz and Heritage Festival next Sunday.

RM> Russel
RM> ============================================================
RM>   Russel Madere, Jr.         Senior Web Developer
RM>   ICQ: 5446158               http://www.TurboSquid.com

RM> Some days you eat the bear; some days the bear eats you.
RM> ============================================================





RM>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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