dictnext
(dictnext dictEname [ fromStart ]
)
This function returns the next dictionary
entry in dictEname dictionary, optionally from start if fromStart is
non-NIL
Arguments |
dictEname the entity name (ENAME) of the dictionary |
Return |
the next dictionary entry (or the first one, if fromStart is non-NIL), or NIL of there is no further dictionary entry |
Example |
(setq dict
(namedobjdict)) |
Remarks |
allows to iterate through the
dictionary |
© Bricsys NV. All rights reserved. |