Results 1 to 2 of 2

Thread: Line Breaks

  1. #1

    Thread Starter
    Addicted Member slashandburn's Avatar
    Join Date
    Aug 1999
    Location
    Marietta, Ga
    Posts
    229

    Post

    1. How do i make Line Breaks?

  2. #2
    Fanatic Member
    Join Date
    Oct 1999
    Location
    MA, USA
    Posts
    523

    Post

    I'm not sure if this is what you are looking for but if you have multiline textbox then use this:
    VbCrLf
    or
    chr(13)
    I'm not sure about the second one though.

    Example:
    Code:
    Text1.Text = "Line One" & VbCrLf & "Line Two"
    HTH

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width