Array question (simpler than last)

Ok, my array name needs to be a variable. Possible? Like, can my variable be called myArrayName and my array code look like this:

set (myArrayName, null)
myArrayName = [null, null, null, null]

I’d like to have buttons set each value. So the nulls are necessary as initial values to just get it created? Please help!