vle-tblsearch
(vle-tblsearch tblname
itemname)
verifies whether the table 'tblname' contains
an entry 'itemname'
|
Arguments |
'tblname' name (string) of the table to search in |
|
Return |
T if the table
'tblname' does contain 'itemname' |
|
Example |
(vle-tblsearch "LAYER"
"xx") |
|
Alias |
|
|
Remarks |
fast replacement for (/= (tblobjname tblname itemname) nil) and (if (tblsearch tblname itemname) ...) |
| © Menhirs NV. All rights reserved. |