0'
> >
> >
> >
> > sys_timer_z_=: ]
> >
> >
> >
> >end.
> >
> >
> >Furthermore, I am unsure how to call an arbitrary function every update
> >cycle (e.g. define myFunc, and call it every two seconds, or whatev
g the
"arbitrary" function is just to calculate "time since timer start".
Date: Sat, 16 Aug 2014 10:51:49 -0400
From: henryhr...@nc.rr.com
To: programm...@jsoftware.com
Subject: Re: [Jprogramming] jQT timer
Look at 6!:1
starttime =: 6!:1 ''
start timer
some t
uot;.
> Date: Sat, 16 Aug 2014 10:51:49 -0400
> From: henryhr...@nc.rr.com
> To: programm...@jsoftware.com
> Subject: Re: [Jprogramming] jQT timer
>
> Look at 6!:1
>
> starttime =: 6!:1 ''
> start timer
>
>
> some time later
>
> elapsedttime =.
Look at 6!:1
starttime =: 6!:1 ''
start timer
some time later
elapsedttime =. (6!:1'') - starttime
Henry Rich
On 8/16/2014 10:49 AM, Jon Hough wrote:
I looked at the jQt timer example, which shows an example of outputting the
current time every 2 seconds etc.
I have been trying to modify t
I looked at the jQt timer example, which shows an example of outputting the
current time every 2 seconds etc.
I have been trying to modify this to not only outputting the current time but
to increment a timecount variable, perhaps using the 6!:9 foreign conjunction.
So that, essentially I have a