In a message dated 1/21/2005 2:31:23 AM Pacific Standard Time, [EMAIL PROTECTED] writes:
> Nick Cipollina <[EMAIL PROTECTED]> wrote on 20.01.2005, 19:00:47: > >Is there an output conversion for time that will include the > >milliseconds? If I have a time that is 10:35:14 am and there are 35 > >milliseconds, how can I convert this to include them? Thanks. > >Nick Cipollina Nick yes and no. Use this MY.TIME = SYSTEM(12) MILLI.TIME = FIELD(MY.TIME,'.',2) WHOLE.TIME = FIELD(MY.TIME,'.',1) NEW.TIME = OCONV(WHOLE.TIME,'MTS'):MILLI.TIME Will Johnson ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
