I have an on click event the calls three separate subroutines, subA subB and subC. I need to make sure that subA ends before subB beging, and subB ends before subC begins. Currently, when running the on click event all three subroutines run simultaneously with disasterous results. Does anyone know of any way to make sure that the subroutines are called only after the previous one finishes?
I looked into using a timer already, but this will not work because there is no way of telling how long each sub will last.
Thanks
Kevin M. Douglas
kevin@easternresearch.com
I looked into using a timer already, but this will not work because there is no way of telling how long each sub will last.
Thanks
Kevin M. Douglas
kevin@easternresearch.com