That was weird - I got my 2nd email before the 1st came through. Finally realized that I couldn't get the array search to work because I wasn't using the proper wording.
I ended up using CONTAINS to check the array. I found it in the docs for <@CALC>, but I guess you can use it just with an <@IF> statement also (seems to work, anyway). I have needed the string conversion before, though, for passing info out of Tango, so that's good to know also. Thanks! SUGGESTION FOR THE WITANGO FOLKS: the documentation desperately needs a search setup. I spend way more time looking for the right page in the help files than I do reading or using the info. The only place I have more trouble is Microsoft's website. > -----Original Message----- > From: Atrix Wolfe [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 03, 2002 4:55 PM > To: Multiple recipients of list witango-talk > Subject: Re: Witango-Talk: RE: Array to String > > > this is a good solution for the false positives issue i was > talking about in my last email as well (as long as you arent > searching for something with a comma in it hehe). > > > ----- Original Message ----- > From: "Ben Johansen" <[EMAIL PROTECTED]> > To: "Multiple recipients of list witango-talk" > <[EMAIL PROTECTED]> > Sent: Tuesday, December 03, 2002 2:29 PM > Subject: RE: Witango-Talk: RE: Array to String > > > > A comma in CSuffix=',' > > Would put the comma between the values :-) > > > > 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 Atrix Wolfe > > Sent: Tuesday, December 03, 2002 2:19 PM > > To: Multiple recipients of list witango-talk > > Subject: Re: Witango-Talk: RE: Array to String > > > > well you can always do this to take an array of text and > turn it into > > a string... > > > > <@VAR local$MyArray type=text APrefix='' ASuffix='' RPrefix='' > > RSuffix='' CPrefix='' CSuffix=''> > > you can also use the <@filter> tag to find values your > looking for in > > arrays > > without having to loop through them a row at a time. > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > From: "Wilcox, Jamileh" <[EMAIL PROTECTED]> > > To: "Multiple recipients of list witango-talk" > > <[EMAIL PROTECTED]> > > Sent: Tuesday, December 03, 2002 1:43 PM > > Subject: Witango-Talk: RE: Array to String > > > > > > Or, alternatively, is there a way to see if something is in > an array, > > without having to loop through the rows? > > > > > -----Original Message----- > > > From: Wilcox, Jamileh > > > Sent: Tuesday, December 03, 2002 3:41 PM > > > To: 'Witango-Talk' > > > Subject: Array to String > > > > > > Is there anything in Witango that acts like the Javascript JOIN > > > method (i.e., just converts an array to a delimited string)? It > > > sure would make life easier sometimes. > > > > > > Thanks. j > > > ______________________________________________________________________ > > __ > > 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 > ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
