how to get millisecond of the application server?

Question: Hi all:
Is there any function or system variable to get the millisecond of a application server?

Answer:
GET TIME STAMP FIELD f

Accurate to 100 nanoseconds.

m@t
_________________
TULY The quality of answers is roughly proportional to the quality of the question.

The downside of being better than everyone else is that people tend to assume you're pretentious.

Answer:
I thought it was 1 microsecond. Anyway, there's a command to set the precision. It's in the help. If you plan on clocking a longer time period, you may want to set the precision to 1 millisecond to avoid overflows. If the program runs really long, you may want to use the good old GET TIME and do a difference of the date/time before and after. The longer you clock, the less significant the milli- or microseconds become.
Copyright ?2007 - 2008 www.jt77.com