Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • no element at position 8
  • no default_value set.


getElement(["RedBlue"],1)

Returns Redthe string Blue, as if it is the first element in an array.


[].1

Returns _NULL as there are no elements.

...