for (int i = 0; i < array.Length; i++) { MessageBox.Show(array[i].ToString ()); }CallYourFunctionHere(); //When the end of the array is reached then control come out of the loop.. Then next immediate line code will execute
Mark This Response as Answer -- Chandu http://www.dotnetfunda.com/images/dnfmvp.gif
Login to post response