tblnext
(tblnext table [ fromStart ] )
This function returns the next or first entry
of specified table.
Arguments |
table (string) name of the table (like "LAYER" "UCS"
...) |
Return |
the (entget) style definition list; NIL if no more record is present in table (at the end of iteration) |
Example |
(tblnext "Layer"
T) |
Remarks |
at very first call on a
specific table, (tblnext) will return the first table
record; |
© Bricsys NV. All rights reserved. |