eduardolegh

Untitled

Aug 30th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. letra1 = Text1.Text
  2. If letra1 = "E" Then
  3.         label1.Caption = letra1
  4.         Text1.Text = ""
  5. Else
  6.     If letra1 = "S" Then
  7.         label2.Caption = letra2
  8.         Text1.Text = ""
  9.     Else
  10.         MsgBox "Letra Incorrecta"
  11.         List1.AddItem (letra1)
  12.         Text1.Text = ""
  13.     End If
  14. end if
Advertisement
Add Comment
Please, Sign In to add comment