round function not working

  • Thread starter Thread starter Marc
  • Start date Start date
M

Marc

Hi,

I cannot get the round function to work on vb.net. I get the message
that round is not declared?
Has round function changed or something?


MsgBox(round(3, 3))
 
Back
Top