lispdoc - results for getf |
(getf place indicator &optional (default nil)) | Function: Search the property list stored in Place for an indicator EQ to INDICATOR. If one is found, return the corresponding value, else return DEFAULT.
|
Example:(defun column-value (row column-name) (getf row column-name)) | Mentioned in: CLtL2 - 10.1. The Property List CLtL2 - 7.2. Generalized Variables CLtL2 - A.2.1. Scanners HyperSpec - Accessor GETF PCL - cds and records PCL - getting at the results PCL - lookup tables alists and plists PCL - querying the database PCL - updating existing records another use for where |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |