What is vbLf?

What does is mean “vbLf” and variants? Functionality, etc…

1 Like

Hi,

It’s constant. The entity is chr(10). The following helps you.

Regards,

2 Likes
  • vbCr : - return to line beginning
    Represents a carriage-return character for print and display functions.
  • vbCrLf : - similar to pressing Enter
    Represents a carriage-return character combined with a linefeed character for print and display functions.
  • vbLf : - go to next line
    Represents a linefeed character for print and display functions.
    vb.net - Differences Between vbLf, vbCrLf & vbCr Constants - Stack Overflow
3 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.