Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I understand how to display the last reload time, but is there a way to display or track how long that reload took?
Hi Scott,
Create two variables - vStartTime and vEndTime and assign their values using the now() function at the beginning and at the end of the script. Then, you can calculate the duration by subtracting one from another.
cheers,
Oleg Troyansky
Hi Scott,
Create two variables - vStartTime and vEndTime and assign their values using the now() function at the beginning and at the end of the script. Then, you can calculate the duration by subtracting one from another.
cheers,
Oleg Troyansky
Here you go a example of waht you need