SHOW:
|
|
- or go back to the newest paste.
| 1 | - | If text1.text <> "" then |
| 1 | + | letra1 = Text1.Text |
| 2 | - | If letra1 = "E" Then |
| 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 | - | end if |
| 10 | + | |
| 11 | - | If text2 <> "" then |
| 11 | + | |
| 12 | - | If letra2 = "S" Then |
| 12 | + | |
| 13 | End If | |
| 14 | end if |