Guest User

Untitled

a guest
May 26th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. If strLine.Contains("Production Cell 1") Then
  2. lstProductionCell1.Items.Add(strLine)
  3.  
  4. If strLine.Last = Microsoft.VisualBasic.ChrW(0) Then
  5.  
  6. PartsFailedCell1 += 1
  7. lblPartsFailedCell1.Text = CStr(PartsFailedCell1)
  8.  
  9. ElseIf strLine.Last = Microsoft.VisualBasic.ChrW(1) Then
  10.  
  11. PartsPassedCell1 += 1
  12. lblPartsPassedCell1.Text = CStr(PartsPassedCell1)
Add Comment
Please, Sign In to add comment