﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3131	"Add a ""safe"" modifier to ReDim to preserve Dimensions"	minxomat		"This is a request for a modifying keyword (or alternatively an Opt flag) to warn the user when he tries to redim with different dimensions (trashing the old array). Example:


{{{
; (1) Runs and trashes old array:
Local $aTest[0][0]
ReDim $aTest[1]

; (2) Breaks with an error / warning:
Local $bTest[0][0]
ReDim Safe $bTest[1]
}}}"	Feature Request	closed		AutoIt		None	Rejected		
