MegastoRM

Untitled

Apr 14th, 2016
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.21 KB | None | 0 0
  1. Private Sub CmdProveri_Click()
  2.     Dim broj As Double
  3.     broj = TekstBroj.Text
  4.    
  5.     If broj Mod 2 = 0 Then
  6.         TekstDeljivo.Text = "Ja"
  7.     Else
  8.         TekstDeljivo.Text = "Nein"
  9.     End If
  10. End Sub
Advertisement
Add Comment
Please, Sign In to add comment