﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1152	Please fix my bug!	LVAC		"I wrote a code and a part of it like this:
[code]
$root=ProcessList()
$enum=$root[0][0]-1
Global $pid[$enum+1]
Global $pul[$enum+1]
Global $pu[2]
For $i=1 to $enum
	$pid[$i]=$root[$i][1]
	$pn[$i]=$root[$i][0]
	$pu=ProcessGetStats($root[$i][1], 0)/1024
	$pul[$i]=$pu[0]	
Next
[/code]
The error appeared in the For...Next loop."	Bug	closed		AutoIt	3.3.0.0	None	No Bug		
