Showing posts with label
line feed
.
Show all posts
Showing posts with label
line feed
.
Show all posts
Friday, September 5, 2008
Multiple lines in a text box
Sometimes we might need to present data in a text box in multiple lines. The newline character used for this purpose is VbCrLf
ex
="
Hello
" & VbCrLf & "
World
"
will be
Hello
World
Older Posts
Home
Subscribe to:
Posts (Atom)