append
Description:
Insert a copy of value as last element of this.
Note:
Use Array and append_val instead.
If value is null, an uninitialized value is appended.
Parameters:
| this |
ValueArray to add an element to |
| value |
Value to copy into ValueArray, or null |
Returns:
|
the ValueArray passed in as this |