Home All Groups Group Topic Archive Search About

round function not working

Author
25 Nov 2006 7:48 PM
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))

Author
25 Nov 2006 7:52 PM
RobinS
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))
>
Author
25 Nov 2006 7:54 PM
OHM
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))
>
Author
25 Nov 2006 8:08 PM
Marc
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))
> >
Author
25 Nov 2006 8:11 PM
Marc
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))
> > >
Author
25 Nov 2006 9:07 PM
RobinS
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))
>> > >
>