Guest User

Untitled

a guest
Jun 24th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Public Class Form1
  2.  
  3.     Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
  4.         If ("a-1 sauce" > "A-1 sauce") Then
  5.             lblpoop.Text = "true"
  6.         Else
  7.             lblpoop.Text = "false"
  8.         End If
  9.  
  10.     End Sub
  11. End Class
Add Comment
Please, Sign In to add comment