|
Making a list
|
dweaton
|
Jul 26, 2005 13:08 PDT
|
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
|
|
 |
|