...
- no element at position 8
- no default_value set.
getElement("Blue",1)
Returns the string Blue, as if it is the first element in an array.
[].1
Returns _NULL as there are no elements.
...
...
getElement("Blue",1)
Returns the string Blue, as if it is the first element in an array.
[].1
Returns _NULL as there are no elements.
...