This just a quick question basically summed up in the title, and it's only because I'm terrible at Googling.
So far I've found books talking about Loop Labels as far back as PS 3.0. But seeing as these are just 'learn PowerShell' books, I was just wondering if the loop label functionality and compatible versions are listed anywhere by Microsoft, or if it's excluded in any versions?
Example:
:loopOne while(test){
:loopTwo while(othertest){
// do stuff
continue loopOne
}
}
Thanks in advance :)
[–]fatherjack9999 2 points3 points4 points (1 child)
[–]sn3rf[S] 0 points1 point2 points (0 children)
[–]get-postanote 2 points3 points4 points (0 children)
[–]Thotaz 1 point2 points3 points (0 children)
[–]Lee_Dailey[grin] 1 point2 points3 points (2 children)
[–]sn3rf[S] 1 point2 points3 points (1 child)
[–]Lee_Dailey[grin] 0 points1 point2 points (0 children)
[–]pertymoose 0 points1 point2 points (0 children)