T
Trint Smith
How can I get multiple rows in a string?
string1 = "row1 of file" &_
"row2 of file" &_
"row3 of file"
do something with the next string2, like get info from sql server 2k
and:
for i string2 next
string3 = "row20 of file" &_
"row21 of file" &_
"lastrow of file"
I can't seem to get the quotes or something right for "&_" right. I
always get a syntax error.
Thanks,
Trint
.Net programmer
(e-mail address removed)
string1 = "row1 of file" &_
"row2 of file" &_
"row3 of file"
do something with the next string2, like get info from sql server 2k
and:
for i string2 next
string3 = "row20 of file" &_
"row21 of file" &_
"lastrow of file"
I can't seem to get the quotes or something right for "&_" right. I
always get a syntax error.
Thanks,
Trint
.Net programmer
(e-mail address removed)