Want to stop one while loop with another while loop

2004-04-08 Thread katie
Hi! I have two while loops running. When one loop stops (when a certain parameter exceeds a user inputed value), I want my other while loop to stop. I've seen an example of this using local/global variables, but it was with T/F boolean variables. I doubt this is much different, but I can't figure

Re: Want to stop one while loop with another while loop

2004-04-08 Thread Satans Little Helper
katie, i'm assuming you compare the user input value against your 'certain parameter', the output of which is probably boolean. wire this output to a boolean indicator. then, right-click this indicator and select createlocal variable. Place this local variable inside your second loop and wire it