I'm wondering if it's possible to create a simple multidimensional fixed array and access it in a reasonable fashion.... Something like the following :local WANStatus (1,1,0; 1,2,0; 1,3,0; 1,4,0; 2,1,0; 2,2,0; 2,3,0; 2,4,0) :put $WANStatus[1,1] :set {$WANStatus[1,1] -> 3} I'm not really grokking how...