MegastoRM

Untitled

Apr 14th, 2016
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.33 KB | None | 0 0
  1. Private Sub CmdIzracunaj_Click()
  2.     Dim unos As Double
  3.     Dim ceobroj As Integer
  4.     Dim realanDeo As Double
  5.    
  6.     unos = TekstUnos.Text
  7.    
  8.     ceobroj = Int(unos)
  9.    
  10.     realanDeo = unos - ceobroj
  11.    
  12.     TekstReal.Text = realanDeo
  13.    
  14.     unos = Round(unos, 2)
  15.    
  16.     TekstZaokruzeno.Text = unos
  17. End Sub
Advertisement
Add Comment
Please, Sign In to add comment