|
Re: Making a list
|
Barney Boisvert
|
Jul 26, 2005 13:16 PDT
|
The valueList() function?
If you're doing a lot of list concatenation, you should use an array
with arrayAppend, and then use arrayToList at the end. It'll be
faster for large sets.
cheers,
barneyb
On 7/26/05, David Eaton <dwea-@agorahq.com> wrote:
| |
I'm looking for a simpler way to make a csv list from a query result - if
there is one.
Currently I use a select query to get the data - e.g. last names. Then I
loop over the query result using a listAppend() function to create the csv
list.
Is there something more elegant than my brute force method?
David
|
--
Barney Boisvert
bbois-@gmail.com
360.319.6145
http://www.barneyb.com/
Got Gmail? I have 50 invites.
|
|
 |
|