I have a number of users I support that are asking for things to happen automatically ( well more automagically but that\'s another point!).
One want events to happe
You're right. an "infinite" interval of "onTime" calling itself, creates an infinite recursion.
It will cause a stack overflow after few thousand/million/billion function calls, and it will "leak" memory.