D
DracKewl
Hey All,
I could do this another way but want to know why using the JOIN function
will not work.
Join(sourcearray[, delimiter])
My Code:
Dim test as String
test = Join(gConCatalogue.ConvRS.GetRows(, 1, 0), [,])
What I'm doing is taking all the items from one column in an ADO recordset
and passing it with comma delimited into a string. But this does not work.
Any ideas?
I could do this another way but want to know why using the JOIN function
will not work.
Join(sourcearray[, delimiter])
My Code:
Dim test as String
test = Join(gConCatalogue.ConvRS.GetRows(, 1, 0), [,])
What I'm doing is taking all the items from one column in an ADO recordset
and passing it with comma delimited into a string. But this does not work.
Any ideas?