R
Ray Stevens
What is the command to exit a foreach loop prior to it's natural termination
(such as finding a specific string in an array)?
(such as finding a specific string in an array)?
Morten Wennevik said:I rarely use them, but they are handy when stepping out of deep loops,
redoing loops etc.
And odd thing about C# labels is that they can only be inserted in front
of a code statement, hence the ; after label: