|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
round function not workingHi,
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)) Try searching your help for "round" and see what you get.
Robin S. --------------------------------- Show quoteHide quote "Marc" <marc_cro***@hotmail.com> wrote in message news:1164484086.072023.234570@14g2000cws.googlegroups.com... > 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)) > Math.Round( n,n)
Show quoteHide quote "Marc" <marc_cro***@hotmail.com> wrote in message news:1164484086.072023.234570@14g2000cws.googlegroups.com... > 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)) > Doh!!,
Thanks OHM OHM wrote: Show quoteHide quote > Math.Round( n,n) > > > "Marc" <marc_cro***@hotmail.com> wrote in message > news:1164484086.072023.234570@14g2000cws.googlegroups.com... > > 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)) > > You dont know ohw i would round say '834' to '830' do you
Marc wrote: Show quoteHide quote > Doh!!, > > Thanks OHM > > OHM wrote: > > Math.Round( n,n) > > > > > > "Marc" <marc_cro***@hotmail.com> wrote in message > > news:1164484086.072023.234570@14g2000cws.googlegroups.com... > > > 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)) > > > Divide it by 10, round it off, multiply it by 10.
Show quoteHide quote "Marc" <marc_cro***@hotmail.com> wrote in message news:1164485508.114302.109370@j44g2000cwa.googlegroups.com... > You dont know ohw i would round say '834' to '830' do you > > > Marc wrote: >> Doh!!, >> >> Thanks OHM >> >> OHM wrote: >> > Math.Round( n,n) >> > >> > >> > "Marc" <marc_cro***@hotmail.com> wrote in message >> > news:1164484086.072023.234570@14g2000cws.googlegroups.com... >> > > 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)) >> > > >
calling math functions at run time
regarding .net help Help reading control.location value back form text file DataGridView conversion problems Good book for an absolute beginner on VB.net or 2005 with databases newbie: foundfile attributes? (filesize, saved date, etc.) Can someone please translate this to VB.Net need help with 1 line of code now! WIALib error My.Computer.Network.UploadFile error |
|||||||||||||||||||||||