D
Drygast
I've got at form where I insert some information to a string ( oMed ) using
a inputbox.
I would like to alter the string so that a vbcrlf is inserted into the
string every 50 charachters or so.
How can I do this?
For exampel:
before: oMed = "the two towers will soon come to a theater near you!"
After: oMed= "The two towers will soon" & vbcrlf & "come to a theater near
you!"
Regards
/Drygast
a inputbox.
I would like to alter the string so that a vbcrlf is inserted into the
string every 50 charachters or so.
How can I do this?
For exampel:
before: oMed = "the two towers will soon come to a theater near you!"
After: oMed= "The two towers will soon" & vbcrlf & "come to a theater near
you!"
Regards
/Drygast