Returns and removes an array item at a specified index
Device + Agent
Name | Type | Description |
---|---|---|
index | Integer |
The index of the array item to be removed
|
Any Squirrel data type
This method removes the item at the index passed as its parameter and then returns it. The returned value may be of any Squirrel data type.