Skip to content

Instantly share code, notes, and snippets.

@cerkit
Created August 15, 2014 13:13
Show Gist options
  • Save cerkit/3c4f9a1ae4a4cad3a079 to your computer and use it in GitHub Desktop.
Save cerkit/3c4f9a1ae4a4cad3a079 to your computer and use it in GitHub Desktop.
VB.NET Appending text based on a condition - the old way...
If chkRailCar.Checked = True Then C1 = C1 & "Y" Else C1 = C1 & "N"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment