Thanks!
That really helped.
This way it works very good:
'Get a big chunk of text from a db and replace the
'linefeeds with <br>
SearchString = replace(rsBook("str_Desc"), VbCrlf, "<br>")
'search for blank space
SearchChar = " "
'position of blank space in...
Ok,
I've retrived some really long text from a table. Now I'd like to split it up into two columns. I replace some stuff and then:
For col1: left(string,600)
For col2: left(string,600)
My problem is that words get split up i.e
in col1 it sais: "I have a big blac"
and in col2...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.