﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2304	ExitLoop new macro or out of all cycles	anonymous		"it would be great if exitloop out of all nested loops!
for example
Do
 For $i = 1 To 20
  Do
   ....
   ;SomeMore nested
   ExitLoop @AllLoop
   Or
   ExitLoop -1
   Or
   ExitLoop 1000
  Until TimerDiff(...)...
 Next
Until 0
;Exit to here!
"	Feature Request	closed		AutoIt		None	Rejected		
