Henry wrote:
>> I ended up with the thought that documentation is hard to read whenever the
>> topic is unfamiliar.
I responded:
> I think this is a universal truth, though you’ve packaged it quite pithily
> here.
Knew I’d seen this sentiment somewhere before. Check out the first sentence of
If I go to the menus: Help > Studio > Qt Demos... and select the timer
demo, it displays this text for me:
There are 2 timers - the system timer, and the form timer.
There is only one system timer, while any number of form may have timers.
Exa
For example:
sys_timer_z_=: smoutput @ (6!:0)
wd 'timer 2000'
On 10 September 2015 at 06:30, yves.tanguy wrote:
> Hello All,
> i find this in the J manuals :
> timer i ; set interval timer to i milliseconds. Event systimer occurs when
> time has elapsed. The timer keeps triggering even
Hello All,
i find this in the J manuals :
timer i ; set interval timer to i milliseconds. Event systimer occurs
when time has elapsed. The timer keeps triggering events until the timer
is turned off. An argument of 0 turns the timer off. The systimer event
may be delayed if J is busy, and it is