Perhaps too small question for it's own post...
So basically I'm looking for something like:
myarray[2, 3, 7] = 155, 34, true;
Is there some kind of line like this that works? Or what would be the shortest way to accomplish this, without changing all 3 manually?