I am using LabVIEW 6.0.1, and would like to construct a while loop that stops after each iteration, untill prompted by the user to continue. Thanks for any help in advance.
You could use a 'one button dialog' function at the end of the while loop. Put it inside either a single frame sequence or a case statement. Wire some output from the last thing you do in the while loop to the border of sequence or case so that the dialog will be sure to happen last. I mentioned the case statement because you might want to disable the pause for the last iteration. If not then just use the sequence frame.