vle-list-massoc
(vle-list-massoc key
lst)
returns a list of all values using same
'key' in
assoc-list 'lst'
Arguments |
key key to be used to parse the assoc list |
Return |
a list containing all cdr
values of assoc items with key 'key'; |
Example |
(setq lst '((1 . "a")(2 .
"b")(1 . 11)(2 . 22))) |
Alias |
|
Remarks |
|
© Bricsys NV. All rights reserved. |