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