Array.RemoveAtfunction RemoveAt (index : int) : voidDescriptionRemoves the element at index from the array.
var arr = new Array ("Hello", "and good morning", "World"); |
|
||||
| Scripting > Runtime Classes > Array | ||||
Array.RemoveAtfunction RemoveAt (index : int) : voidDescriptionRemoves the element at index from the array.
var arr = new Array ("Hello", "and good morning", "World"); |