At 09:41 AM 6/4/02 -0400, you wrote:
>Does anyone know of a way to convert a resultset into an Array or pipe (|)
>delimited string?
>
>Pete
Pete, if I understand you correctly the <@Var ResultSet> is already an
array. Row 0 as a matter of fact contains the names of the retrieved
columns. If you were to code the following in a search action:
Resultset array = <@Var ResultSet><p>
you would see the array that was created by the action. You could then use
that array in a <@ROWS> action and reference elements something like:
First column row <@Currow> = <@Var ResultSet[<@Currow>,1]><br>
I hope this helps. I also hope I understood correctly! *laughs*
As Always,
Gene Wolf
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
with unsubscribe witango-talk in the message body