Some requests about arrays

Dm114

Well-known member
Hi Jamie,

As I was "playing" with arrays upon a user's request and as it's really easy to "remove" an index, I'm not sure it's worth adding a specific action but I have 2 questions.

Would it be possible to:
1⁰- Know the type of an Array(index)? It would be useful when copying an array to another, line by line (particularly when removing indexes from the original array) to create the new Array(index) of the same type as the original one. A single code number would be enough and then creating will be done by testing this code number.
2⁰- When manually creating an array it's impossible to set negative indexes (minus sign doesn't work on the keyboard) whereas it's quite possible to assign negative indexes programatically. Is there a specific reason to this limitation? This feature is not really important: just a matter of consistency...

If you want, you could have a look to these threads:

Thanks in advance.
 
Last edited:
Top