Setting Child Variable Names of Arrays

How do i set the name of the global child variable of an array? Presently, I am trying to create a number and another array variable inside an array but Gdevelop wont let me name them! Please help!

Can you provide a screen snip of how you are currently doing it?

Here it is:

Arrays are just a list of values. If you take one out, the others shift along to take it’s place. You cannot change the index of an array, it’s set by the system/GDevelop.

If you want to change the names, use a structure instead of an array. Structures allow for user named keys.