I 'm tweaking an eCommerce .TAF in 3.6 to get it ready to port to 5.0 and I'm ready to implement the ability to have column names for my array columns. Right now I have vars like

<@VAR NAME="v_ecommerce[1,22]" SCOPE="domain"> but with the labels inserted from row zero I will have

<@VAR NAME="v_ecommerce[1,commercial_sales_site]" SCOPE="domain">

and I'm wondering if I might end up tripping myself up somewhere if the entire "v_ecommerce[1,commercial_sales_site]" counts as the name of the var and not just the name of the array with the column name not counting. In other words is it

"v_ecommerce" the name of the var?

or

"v_ecommerce[1,commercial_sales_site]" the name of the var?

I'm trying to be sure to stay away from the 31 character limit.

Is the limit longer or shorter or the same in 5.0.x?

Thanks for any info.

Michael Heth
Web Information Architect


__________________S E R V E R S M I T H S__________________


http://www.serversmiths.com/

Technology Infrastructure Provider

I N T E R N E T P R E S E N C E S O L U T I O N S

| EWordSmith | LightningSite | Enigma.Engine |

________M A R I N C O U N T Y C A L I F O R N I A________

________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf

Reply via email to