﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3161	Constants for MemGetStats's returned array	TheDcoder	Jpm	"Hello, I think it would be nice if MemGetStats's returned array has some constants to access elements inside it... something like this:

{{{
#include <MsgBoxConstants.au3>

Global Enum $MEM_LOAD, $MEM_TOTALPHYRAM, $MEM_AVAILPHYRAM, $MEM_TOTALPGFILE, $MEM_AVAILPGFILE, $MEM_TOTALVIRTUAL, $MEM_AVAILVIRTUAL

$aMemStats = MemGetStats()
MsgBox($MB_OK, ""Feature Request"", ""Total load currently on RAM: "" & $aMemStats[$MEM_LOAD] & '%')
}}}
"	Feature Request	closed	3.3.15.1	AutoIt		None	Completed	MemGetStats	
