tblsearch
(tblsearch table entryName [ setForNext ]
)
This function returns the definition data
for entryName in specified table.
Arguments |
table (string) the name of the table |
Return |
the (entget) style
definition list; NIL if no more record is present in table (at the
end of iteration); |
Example |
(tblsearch "Layer" "0"
T) |
Remarks |
see (tblnext) and (tblobjname) functions; |
© Bricsys NV. All rights reserved. |