Facebook
From sd, 5 Months ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 220
  1.       function PretvoriButtonPushed(app, event)
  2.              a=app.UnesibrojEditField.Value
  3.              app.prvi.Value=a*1.95;
  4.              app.drugi.Value=a*1.95;
  5.              app.treci.Value=a*1.95;
  6.              
  7.               app.cetvrti.Value=a*1.53;
  8.              app.peti.Value=a*1.54;
  9.              app.sesti.Value=a*1.54;
  10.              
  11.               app.sedmi.Value=a*1.45;
  12.              app.osmi.Value=a*1.46;
  13.              app.deveti.Value=a*1.46;
  14.         end
  15.     end
  16.