Mark Watkins
2004-02-02 21:04:29 UTC
I have a string and I want to insert a newline/return into the string. I
thought
Chr(13) would do it, but I guess not.
'is this what I should be doing?
myString = "something " & Chr(13) & " something else"
thought
Chr(13) would do it, but I guess not.
'is this what I should be doing?
myString = "something " & Chr(13) & " something else"