Question: Changing specific properties of an Array

Okay so I do have those two objects of type Array, from which one has 'Data Type: anything' and the other 'Data Type: float[8]'. I get this information by using the procedure 'properties'.
What I now wanna know is: How can I change a specific property from an Array like the above mentioned for example?

Please Wait...