Re: Script Execution Time by Auric__
Auric__
Tue Jul 20 16:35:09 CDT 2004
On Tue, 20 Jul 2004 15:25:53 -0400, Dave wrote:
>Manohar Kamath [MVP] wrote:
>
>> You could set a time variable at the top of the page, and compare with the
>> time at the end of the page. The difference is the time you want.
>>
>Would you be able to give me an example? :)
At the very top:
<% x = Timer %>
At the very bottom:
<%
y = Timer
z = x - y
Response.Write "z = " & z
%>
--
auric underscore underscore at hotmail dot com
*****
What part of "not for kids" don't you fuckers understand?