Array add function
The add array function is as follows:
add (item)
Adds an item to the end of the array.
Parameters:
item - The item to be added to the end of the array.
Returns:
There is no return value for this function.
Example:
array.add("one") array.
add("two") array.
add("three")
// array now contains three items. array [0] is "one",
// array[1] is "two", and array [2] is "three".
add("two") array.
add("three")
// array now contains three items. array [0] is "one",
// array[1] is "two", and array [2] is "three".
Related topic
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*