I should also mention that in your example, UV is not just dropping the
last two digits, it's really rounding them up (o down, based on standard
rounding rules) and showing hundredths. Not sure why Rocket did that,
though.


On Wed, Jan 2, 2013 at 9:06 PM, Wjhonson <[email protected]> wrote:

> On Universe 11, OCONVing it as you suggested just returns the exact same
> result as the plain TIME() function without any conversion.
>
>
>
>
>
>
> -----Original Message-----
> From: LeRoy Dreyfuss <[email protected]>
> To: U2 Users List <[email protected]>
> Sent: Wed, Jan 2, 2013 6:02 pm
> Subject: Re: [U2] Sleeping in Basic
>
>
> Don't ICONV it. Use OCONV.
>
> ex: OCONV(TIME(),'MMTHS')
>
>
> On Wed, Jan 2, 2013 at 7:54 PM, Wjhonson <[email protected]> wrote:
>
> > The 'MM' conversion works with the TIME() (which returns milliseconds)
> > on Universe 11
> >
> > but for some reason is cutting off the display to only *hundredths* of a
> > second, instead of the thousandths which the milliseconds counts.
> >
> > So TIME() shows 60814.304
> > but ICONV(TIME(),'MM') shows 6081430
> >
> > without the trailing 4 milliseconds.
> >
> _______________________________________________
> U2-Users mailing list
> [email protected]
> http://listserver.u2ug.org/mailman/listinfo/u2-users
>
>
> _______________________________________________
> U2-Users mailing list
> [email protected]
> http://listserver.u2ug.org/mailman/listinfo/u2-users
>
_______________________________________________
U2-Users mailing list
[email protected]
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to