GetExactTime

Returns current time in hundredths of a second.

Syntax:

GetExactTime( )

Parameters:

(none)

(Returns:

(s) the current time in hundredths of a second.

 

Use this function to obtain the current time in hundredths of seconds.

Example:


a=GetExactTime( )
Message("Time is", a)
See Also:

TimeDate, TimeYmdHms, GetTickCount