|
Atrix -
one method you can use is to loop through the rows and build a comma-delimited
string. It's not pretty, but it works.
I think this will do
it:
<@assign
name="tempvar" scope="local" value = "<@rows
array='local$resultset'><@cols><@col>,</@cols></@rows>">
Then trim the extra
comma from the end when you assign it to your array:
<@assign
local$orders[@@local$vrowcount,5] value="<@left str='@@local$tempvar'
numchars='<@calc expr="<@length
str=@@local$tempvar>-1">'>">
It's very early
& I haven't had any caffeine, so beware of my coding.
;^)
It seems like I had
a similar error a long time ago, but I can't remember why or how I dealt
with it. A few thoughts that ran thru my head: What's your
column suffix on local$orders? Could the arrays be getting mixed
together? Have you tried outputting just local$temp to see what's
happening there? Do you need another set of quotes around the
comma-delimited string to keep it as one piece?
Good
luck!
jamileh
________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf |
Title: Message
- Witango-Talk: comma delimited list Atrix Wolfe
- Re: Witango-Talk: comma delimited list Wilcox, Jamileh (HSC)
- Re: Witango-Talk: comma delimited list Dale Graham
