Sudipta
17th September 2010, 13:00
Hi All,
I want to use Milli seconds in my report. Is it possible to get milli seconds in Baan?
Thanks in advance.
ulrich.fuchs
17th September 2010, 13:44
From the programmers Guide, but I'm not sure if this is already available in Baan 5:
Syntax:
function long mtime ()
Description
This measures the time elapsed since the first mtime() call. The function is common to all processes within the same bshell. That is, when it is called by a process, the result is the number of milliseconds since the function was first called by a process in the same bshell.
Return values
The first call returns 0. Subsequent calls return the number of milliseconds since the first call. A negative value is returned if an error occurs.