Hi Dave, Try:
<@ASSIGN local$temp_array VALUE="<@ARG The_List type=array>"> <@FOR STOP=<@NUMROWS ARRAY=local$temp_array>> <INPUT TYPE="HIDDEN" NAME="This_List" VALUE="<@VAR local$temp_array[<@CURROW>,1]>" /> </@FOR> In order for the "multiple" arguments to passed again, you have to have a separate "arg" for each value - but each one has to have the same "name" to make it an array of values again. Hope this is what you are looking for. Cheers...... Scott Cadillac, Witango.org - http://witango.org 403-281-6090 - [EMAIL PROTECTED] -- Information for the Witango Developer Community --------------------- XML-Extranet - http://xml-extra.net 403-281-6090 - [EMAIL PROTECTED] -- Well-formed Development (for hire) --------------------- ----- Original Message ----- From: "Dave Machin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 03, 2003 4:37 PM Subject: Witango-Talk: Passing Array Type Argument as Hidden Field in Form I have a form (A) with a multiple select list (The_List), the results of which become <@arg The_List type=array> on the results page. Now I have a form (B) on the results page which has some options in it and needs to include <@arg The_List type=array> as a hidden field to be passed to a new page. I can't seem to get this to work. Is this possible? Dave Machin ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
