Yeah, the <@ROWS> thing :-(

I have never tried Beverly's suggestion, but it is interesting.
I hope I am reading her correctly

1. set CDELIM prior to the Search Action 
2. then do a select on the one column in the search action
3. copy resultSet into new array
4. return CDELIM back

The only problem I have with this is Witango tends to bog down reading
in large amount of data into an array, even with simple selects


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, August 27, 2002 11:26 AM
To: Multiple recipients of list witango-talk
Subject: Re: Witango-Talk: parsing results

that looks promising.  I'd still have to do an <@rows> then and tokenize
each element?

----- Original Message -----
From: Ben Johansen
To: Multiple recipients of list witango-talk
Sent: Tuesday, August 27, 2002 11:10 AM
Subject: RE: Witango-Talk: parsing results


<@TOKENIZE VALUE = "000-000-000" CHARS="-">

this will return an array using the dash as a delimiter

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, August 27, 2002 11:00 AM
To: Multiple recipients of list witango-talk
Subject: Witango-Talk: parsing results

hello, as the result of a query, i get an array of text where each
element
looks something like "0000-00000-000-0000".  What i would really like to
do
is grab all of these values and "break them apart" at the dashes and
create
4 different lists.  Does anyone know a good way to do this?  Right now
all i
can think of is do an <@rows> with a whole lot of assigns which would
take
way too long for a possibility of 7000 or more results to break apart.

Thanx,
Atrix

________________________________________________________________________
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

Reply via email to