Login | Sign Up
 





 
AutoLISP Function Detail
Name: tblsearch

Syntax:
(tblsearch tbl sym)

Description:
Returns the entity data that is associated with the symbol if it is located in the specified table, otherwise it returns nil.

Example(s):
(tblsearch "LAYER" "DIMS")
nil

(tblsearch "LAYER" "0")
((0 . "LAYER") (2 . "0") (70 . 0) (62 . 7) (6 . "CONTINUOUS"))