Hey guys -
I'm new to working with arrays and am going through a small exercise for fun. If I want to create an array of all the environment variables on my system without explicitly defining vars for each one using EnvGet, how do I get the variable in one column and the value for that variable in another column in an array using the following code which simply reads the STDOutput from a command line command?
#include <Array.au3>
$iPid = Run(@ComSpec & " /c" & 'set', 'C:\', @