vle-dictsearch
(vle-dictsearch dictname
itemname)
verifies whether the dictionary 'dictname'
contains an entry 'itemname'
|
Arguments |
'dictname'
entity name of the dictionaty to search
in |
|
Return |
T if the dictionary
'dictname' does contain 'itemname' |
|
Example |
(vle-dictsearch
(namedobjdict) "ACAD_GROUP") |
|
Alias |
|
|
Remarks |
fast replacement for (/= (dictsearch dictname itemname) nil) and (if (dictsearch dictname itemname) ...) |
| © Menhirs NV. All rights reserved. |