remove

remove(object)

Tries to remove element at index

remove(index)
ParameterTypeDescription
indexobjectindex number

Return Value

true

if successful, false if out of range

See Also


remove(object)

Tries to remove element with 3-letter id

remove(id)
ParameterTypeDescription
idobject3-letter id

Return Value

true

if successful, false if no such id

See Also