what is the diff

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • HardQuestion
    New Member
    • Feb 2007
    • 14

    what is the diff

    what is the diff. between vbcrlf and vbcr
    and what is the longform of both
  • gokulin
    New Member
    • Feb 2007
    • 3

    #2
    vbcrlf - carriage return and line feed

    vbcr - just the carriate return

    Comment

    • TNT
      New Member
      • Feb 2007
      • 48

      #3
      Originally posted by HardQuestion
      what is the diff. between vbcrlf and vbcr
      and what is the longform of both
      Basically, the "vbcr" puts the cursor on the next line, but in the same column as the line before. The "vbcrlf" puts the cursor onto a new line and to the far left, or the start of the line.

      Comment

      Working...