Libraries anvil naming Attribute remove

object remove(int index)
Removes an attribute value from the ordered list of attribute values.
object remove(object element)
Removes a specified value from the attribute.
Parameters index -  Index to remove
element -  Element to remove
Returns Removed element, if any