P
Peace
I am having trouble writing code to turn an array into a delimited string.
Dim splitout As String
splitout = Join(DataArray(rows, columns), " ")
rows and columns are integers representing rows and columns quanitity of
datasets.
Could someone help show what I am doing wrong?
When ever I write splitout to to a text file nothing is there.
Dim splitout As String
splitout = Join(DataArray(rows, columns), " ")
rows and columns are integers representing rows and columns quanitity of
datasets.
Could someone help show what I am doing wrong?
When ever I write splitout to to a text file nothing is there.