When the True condition is met, have it set the timer interval value to 60,000 (one minute).
Have the timer event increment a global variable by '1' (starting at 0) every time it executes (adds one to itself every minute).
Have an If statement at the end of the timer event check to see if your global variable is equal to 60, if it is, set the timer interval and the variable to 0, and call the next procedure, or whatever is to happen next.
Darrin@CB69
[This message has been edited by cargobay 69 (edited 10-29-2001).]