Options

Conversion: time to integer

anolisanolis Member Posts: 16
edited 2000-09-22 in NAV Tips & Tricks
If you want to express your time in milliseconds, and you do the following:

INTEGER:=TIME;

you will get an error: it's not possible.

But..
if you do it like this:

INTEGER:=TIME-000000T;

it will work!!
Sign In or Register to comment.