Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

timer ?

Jun
5
0
Hi
I want to put the result of timer stopwartch into a variable like this

set T=%timer

This is not working. Whats wrong?
regards
Karl
 
Hi
I want to put the result of timer stopwartch into a variable like this

set T=%timer

This is not working. Whats wrong?

There are three timers. You can read any of them using the @TIMER function; pass it the number (1-3) of the timer you want:

set t=%@timer[1]
 
On Tue, 17 Jun 2008 15:46:03 -0500, you wrote:


>Hi
>I want to put the result of timer stopwartch into a variable like this
>
>set T=%timer
>
>This is not working. Whats wrong?

set T=%@timer[1]
 

Similar threads

Back
Top