Hi I want to know how many seconds last a process :
var dnow = $loader.loadprim("[EMAIL PROTECTED]",0);
var timenow;
timenow = dnow();
// Process........
$print( "Seconds : " , dnow() - timenow , "\n" )
But when I try to subtract, it gives me a Uncaught exception - -
In the documentation date_now returns an integer.
Any idea?
Greats
Transdiv
-- Neko : One VM to run them all (http://nekovm.org)
