M
m774
Guest
What's the best and what's the easiest way to convert a struct to an
association list?
Say I have a structure named s. I can access the property list with s-
I thought a function exist to perform this basic (i.e. converting from
data-structures), but couldn't find anything in the documentation.
Thanks for any hint!
association list?
Say I have a structure named s. I can access the property list with s-
value2) ...)??, which returns a list containing (name1 value1 name2 value2 ... ).
However I need an association list: ((name1 value1) (name2
I thought a function exist to perform this basic (i.e. converting from
data-structures), but couldn't find anything in the documentation.
Thanks for any hint!