deleteAttr: Delete Elements from Attribute List
Description
Deletes elements from the main attribute list.
Usage
deleteAttr(attrList, ids)
Value
The updated attribute list.
Arguments
- attrList
Attribute list.
- ids
ID numbers to delete from the list.
Details
This function is deprecated; use delete_attr
instead.