Skip to main content
deleted 3 characters in body
Source Link
Bobby
  • 11.6k
  • 5
  • 48
  • 70

vbCrLfvbCrLf is a synonym for a line-end (Environment.NewLineEnvironment.NewLine).

__ (underscore) allows multiple line statements within VB.

Also, double-double-quotes ("")"" are the VB way of escaping the quotes.

Bobby

vbCrLf is a synonym for a line-end (Environment.NewLine).

_ (underscore) allows multiple line statements within VB.

Also, double-double-quotes ("") are the VB way of escaping the quotes.

Bobby

vbCrLf is a synonym for a line-end (Environment.NewLine).

_ (underscore) allows multiple line statements within VB.

Also, double-double-quotes "" are the VB way of escaping the quotes.

Source Link
Bobby
  • 11.6k
  • 5
  • 48
  • 70

vbCrLf is a synonym for a line-end (Environment.NewLine).

_ (underscore) allows multiple line statements within VB.

Also, double-double-quotes ("") are the VB way of escaping the quotes.

Bobby