dictobjname
(dictobjname dictname
itemname)
verifies whether the dictionary 'dictname'
contains an entry 'itemname' and returns the entity name or
NIL
Arguments |
dictname entity name of the dictionary to search
in |
Return |
the ename of the dictionary
item 'itemname', if present; |
Example |
(vle-dictobjname
(namedobjdict) "ACAD_GROUP") |
Alias |
|
Remarks |
this is a fast replacement
for (cdr (assoc -1 (dictsearch dictname
itemname))); |
© Bricsys NV. All rights reserved. |