Still no luck.  But I went back and looked at Ben's example and he did it
the way you suggested.

Does T2000 handle postargarray?  For some reason, my docs don't mention it.

John

----- Original Message -----
From: "David Shelley" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 04, 2003 12:23 AM
Subject: RE: Witango-Talk: @URL & POSTARGARRAY


> John,
>
> It looks like you're building the array effectively. Try sending it by
name
> rather than by value.
> <@URL LOCATION="http://www.pfmonline.net/asp_URL.taf";
> POSTARGARRAY=local$SendArray>
> instead of
> <@URL LOCATION="http://www.pfmonline.net/asp_URL.taf";
> POSTARGARRAY="@@local$SendArray">
>
> Dave.
> -----Original Message-----
> From: John Shaw [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, June 04, 2003 12:06 AM
> To: [EMAIL PROTECTED]
> Subject: Witango-Talk: @URL & POSTARGARRAY
>
>
> Hi all,
>
> I'm trying to get the following code to pass postargs.  I used a procedure
> from a previous post by Ben Johansen.  The array is populated, but the
args
> aren't available in asp_URL.taf.
>
>
> <@ASSIGN local$PreArray VALUE='PF_Acct_Number,44|
> Order_Number_Date,20030431|
> Order_ID,50943|
> Title,Mr.|
> First_Name,John|
> Last_Name,Shaw|
> Name_Suffix,Jr.|
> Street_2, |
> Street_1,RR1 Box 44|
> City,Colliers|
> State,WV|
> Zip5,26035|
> Home_Phone,3045271987|
> Bank_Deposit_Date,02/05/02|
> Credit_Card_Type,VS|
> Credit_Card_Number,3333xxxxxxxx4444|
> Donation_Amount,5|
> Mail_Flag,"N"|
> Email_Address,[EMAIL PROTECTED]|
> Radio_Call_Letters,|
> PF_Volunteer,|
> Ship_To_Record,|'>
>
> <@ASSIGN local$PreArray <@OMIT STR="@@Local$PreArray" CHARS="<@CHAR
> 13><@CHAR 10>" ENCODING="none"> ENCODING="NONE">
>
> <@ASSIGN local$SendArray <@ARRAY RDELIM="|" VALUE="@@Local$PreArray">
> ENCODING="NONE">
>
> @@local$SendArray
> <p>
> <@URL LOCATION="http://www.pfmonline.net/asp_URL.taf";
> POSTARGARRAY="@@local$SendArray">
> <p>
>
> --------ASP_URL.TAF-------
> PF_Acct_Number: <@ARG PF_Acct_Number><BR>
> Order_ID: <@ARG Order_ID><BR>
> Title: <@ARG Title><BR>
> First_Name: <@ARG First_Name><BR>
> Last_Name: <@ARG Last_Name><BR>
>
> ________________________________________________________________________
> TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf
>
> ________________________________________________________________________
> TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf

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

Reply via email to