Hi Labview1958,
I would like to endorse what Chilly Charlie and tst have already said and offer some topics that will help you master LabVIEW.
1) Chase down those tutorials that tst mentioned.
2) Research the differences between a For Loop and a While Loop. When you are done with this reseach you should know about "auto-indexing" and how to control how many times each type of loop iterates.
3) Research "data Flow" paradym. You should be able to predict the execution order of your code when you understand this topic. Watching your code in execution highlighting mode (light bulb on) should help get familiar with this.
4) Find out how to get help on a function on the diagram. This should help explain why you should not use teh "stop" function to stop a "For loop".
5) When asking questions on this Exchange, try to include code or an image that we can look at. WE are much better with visual aids.
If you run into problems along the way, post new questions if the questions are on a new topic. This will help others find the same answers in the future.
Once you get a handle on how to control and manipulate LabVIEW programs you will start to have fun. Getting started can be a little painful, but the same thing can be said about riding a bike.
Ben