Originally Posted By: Glenn Barnas
Actually, something as simple as
 Code:
$STime = @TICKS
; your code goes here...
'This script took ' CDbl(@TICKS - $STime) / 1000.0 ' seconds to run.' ?
is all you need.

Glenn

Thanks for very simple solution. Can i display this value in the messagebox i'm already having?
_________________________
Still thinking about a good signature