﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2695	For ... in ... next loop modifying items	Matt Diesel		"Would be cool to be able to modify items in a for each loop.

Something like this perhaps:

{{{
#AutoIt3Wrapper_Run_Au3Check=n

#include <Array.au3>

Local $a[] = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]

For ByRef $item In $a
	$item += 10
Next

_ArrayDisplay($a)
}}}

Mat"	Feature Request	closed		AutoIt		None	Rejected		
