﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1485	Hard crash with ContinueCase	Kealper	trancexx	"If you have a ContinueCase in the last case of a Switch or Select, It will hard crash, and appears to only happen while in a For loop, had no problems with this test script when using While or Do (or no loop at all).

{{{
For $i = 0 To 1
    Switch $i
        Case 1
            ContinueCase
    EndSwitch
Next
}}}

Tested on Win7 x64 and WinXP SP2 x86, confirmed by a few other members."	Bug	closed	3.3.9.0	AutoIt	3.3.4.0	None	Fixed		
