Hello all - I found my own solution. Scenario:
If A is true, perform Action and quit; if B is true, perform Action, but continue to perform Action until B ceases to be true. My solution was to make the Action a function, then I used if/else for A or B to call the function depending on which was true - If A, call the function and end, else if B, call the function from inside a while.....do loop and continue calling the function as necessary. .....and I was "stumped"????? :-o Ray _______________________________________________ PLUG-applications mailing list [email protected] http://lists.plug.phoenix.az.us/cgi-bin/mailman/listinfo/plug-applications Reminder: All replies will go back to this mailing list. If you wish to send a reply to a specific person, please use the reply function and change the "To:" address to that person before sending.
