Removes an entry from the specified dictionary
(dictremove ename symbol)
entdel. Currently, the exceptions to this rule are groups and mlinestyles. The code that implements these features requires that the database and these dictionaries be up to date and, therefore, automatically deletes the entity when it is removed (with dictremove) from the dictionary.
By default, removing an entry from a dictionary does not delete it from the database. This must be done with a call toArguments
Name of the dictionary being modified.
The entry to be removed from ename.
dictremove function does not allow the removal of an mlinestyle from the mlinestyle dictionary if it is actively referenced by an mline in the database.
TheReturn Values
dictremove returns nil.
The entity name of the removed entry. If ename is invalid or symbol is not found,Examples
dictadd example:
The following example removes the dictionary created in theCommand: (dictremove (namedobjdict) "my_way_cool_dictionary")
<Entity name: 1d98950>
dictadd, dictnext, dictrename, dictsearch, and namedobjdict functions.
The