Copyright © 2016 Mobilengine Corp. All rights reserved. version: 7.0.4.19927
Appends a specific item to the end of a list object.
Parameters
Parameter | Type | Description |
---|---|---|
new-value (required) | any | The value to be appended to the list. |
Returns
The method does not have a return value. The list object will have the specified value appended to it.
Remarks
The values that you add may be of any data type, and the data types of the values do not have to match.