> What then, is the best way to do this. I could use the timer
> funtion and time how long the code takes to execute, then subtract
> that from the time I want between executions and then "wait" the
> remaining time. Is there a better way to do what I want than this?
>
Do what you describe. You have a particular time, when the button was
pressed, that you want to make all delay delta relative to. Since you
can measure what that is, and the other LV primitives don't know what it
is, just make it as you describe.
Greg McKaskle