Portal Documentation
Discord GitHub Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

AppendToArray

Returns a copy of an Array with the provided value appended to the end.

Note: It is not possible for an array to contain arrays. Attempting to append an array to an array will concatenate them instead.

Inputs

  1. Array
  2. Any Type

Output

  • Array

AppendToArray