Syntax
| array_addIfNotExists(Array, String) |
Parameters
| ARRAY | Array | Javascript Array
| | STRING | String | String to be added as a new element of the array |
Return value
Description
Adds a string in an array as a new element, of the string is not already an element of the array.
|
|