>I'm not sure what "help" you are reading, but mine says how to create the array <@ASSIGN> example:
>===
>
><@ASSIGN NAME="initValue" VALUE="1,2,3;4,5,6;7,8,9;a,b,c;d,e,f;g,h,i">
><@ASSIGN NAME="array2" VALUE="<@ARRAY ROWS='5'
>COLS='3' VALUE=@@initValue CDELIM=','
>RDELIM=';'>">
><@ASSIGN NAME="foo5" SCOPE="user"
>VALUE="@@array2[*,2]">
>
>===
Point in case though. This blurb does not state anything about naming array columns. It only mentions assigning data to the array.
I think that
<@ASSIGN local$myNewArray "<@VAR local$resultset>">
might be my best solution in this case then erase the rows I don't need by some selection process, but it's good to know how to specifically name the columns myself.
Thanks everyone for responding!
Henning Sittler
www.inscriber.com
