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: "k dog."
Is there som good way to solve this?
Thanks for your help!
/johan
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: "k dog."
Is there som good way to solve this?
Thanks for your help!
/johan