Row 0 (zero) contains the column names, and you can assign any name you like
 
<@ASSIGN SCOPE=local NAME=arrMyArray[0,1] VALUE="Column_1">
<@ASSIGN SCOPE=local NAME=arrMyArray[0,2] VALUE="Column_2">
 
<@VAR local$arrMyArray[*,Column_2]>
 
is now the same as
 
<@VAR local$arrMyArray[*,2]>
 
 
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Henning Sittler
Sent: Thursday, June 06, 2002 11:57 AM
To: Multiple recipients of list witango-talk
Subject: Witango-Talk:

How can I create an array and name it's columns (and rows for that matter)?  I don't see this in the tango help or snippets, but I do see that you can reference columns by name in an array, and I have done so before.  I just don't know how to create one.

Specifically, I want to name the columns of my array by the columns names of the results columns returned from a search action.

Thanks,


Henning Sittler
www.inscriber.com

Reply via email to