Ben Will keep this in mind. Not a bad idea. In fact will probably work better as about half my @URL arguments are fixed. Using your technique means I don't have to build them into post form as hidden postargs.
Thanks -> Kent Ben Johansen wrote: > > Hi, > > I have posted greater that 256 with the POSTARGARRAY > And there is no limit mentioned in Docs > > I like to build up arrays sometimes as human readable and then pull the > data in and create an array; here is an example of one way. > > <@ASSIGN local$PreANet VALUE='x_ADC_Delim_Data,True| > x_ADC_URL,<@URLENCODE STR="<@ARG RetURL>">| > x_ADC_Relay_Response,True| > x_Amount,<@CALC EXPR="SUM(@@user$basket[*,5])">| > x_Card_Num,<@ARG CardNumber>| > x_Cust_ID,@@user$Reg_ID| > x_Description,This is the place to put the description| > x_Exp_Date,<@URLENCODE STR="<@ARG Expmonth>/<@ARG ExpYear>">| > x_Login,LoginInfoHere| > x_Method,CC| > x_Type,AUTH_CAPTURE| > x_Version,<@URLENCODE STR="3.0">| > '> > <@ASSIGN local$PreANet <@OMIT STR="@@Local$PreANet" CHARS="<@CHAR > 13><@CHAR 10>" ENCODING="none"> ENCODING="NONE"> > <@ASSIGN user$ANet <@ARRAY RDELIM="|" VALUE="@@Local$PreANet"> > ENCODING="NONE"> > > the array user$ANet is then used in <@URL > > <@URL ... POSTARGARRAY="user$ANet" ...> > > hope this helps > > Ben Johansen - http://www.pcforge.com > Authorized Witango Reseller http://www.pcforge.com/WitangoGoodies.htm > Latest downloads & List Archives @ http://www.witango.ws > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Kent Swisher > Sent: Wednesday, October 09, 2002 10:13 AM > To: Multiple recipients of list witango-talk > Subject: Re: Witango-Talk: postargs & <@URL> > > Gauthier > > I thought there was a limit on the send side of @URL too. I could be > wrong. > > <@POSTARGNAMES> creates a ONE coulumn array of names. Need two column > array with name value pairs. Just hoping there was something easyer than > building an array from scratch (which I can do). > > -> Kent > > "[Gauthier]" wrote: > > > > Hi, > > > > If you talk about the limit of the @url metatag return, it's 64k with > > Witango 4, but with version 5 this limit is configurable with the > > MAXRESULTSIZE attribute. > > You can find more informations here > > http://www.stonesteps.ca/faq.html#Q20020505-01 > > If you > > > > For retriving the postarg "name,value;" pairs in an array (if this is > what > > you ask), the <@POSTARGNAMES> metatag would help you to create a such > array. > > > > Hope this help > > > > Gauthier > > > > ----- Original Message ----- > > From: "Kent Swisher" <[EMAIL PROTECTED]> > > To: "Multiple recipients of list witango-talk" > <[EMAIL PROTECTED]> > > Sent: Wednesday, October 09, 2002 2:59 AM > > Subject: Witango-Talk: postargs & <@URL> > > > > > I have only used the URL tag for simple things so far. Have a much > more > > > complicated remote procedure call to implement using it. > > > > > > I recall there is a limit to the length of the URL tag (or its > > > arguments) but cannot find it in the documentation. Is it 256 > chars? > > > Does this also apply if you use the [POSTARGARRAY=arrayvariable] > option? > > > > > > Second, is there an easy way to get the results of a post sent to > > > witango into a postarg array variable in the required two column > format? > > > I have unique name value pairs. > > > > > > -> Kent Swisher Eng Services Supervisor > > > -> Alcatel USA Application Support Engineer > > > -> Wireline Access Products Eng Srvcs Content Mgr/Webmaster > > > -> Petaluma, CA [EMAIL PROTECTED] > > > > ________________________________________________________________________ > > > TO UNSUBSCRIBE: send a plain text/US ASCII email to > [EMAIL PROTECTED] > > > with unsubscribe witango-talk in the message body > > > > ______________________________________________________________________ > > > Etudiant: Wanadoo t'offre le Pack eXtense Haut Dibit soit 150,92 > euros > > > d'iconomies ! Clique ici : > http://www.ifrance.com/_reloc/mail.etudiant > > > > ______________________________________________________________________ > > Etudiant: Wanadoo t'offre le Pack eXtense Haut Dibit soit 150,92 euros > > d'iconomies ! Clique ici : http://www.ifrance.com/_reloc/mail.etudiant > > > > > ________________________________________________________________________ > > 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 > > ________________________________________________________________________ > 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
