How to find the position of an atom in the list. for eg
(position-in-list 'a (a b c d e))
-> 0
(position-in-list 'b (a b c d e) )
-> 1
(position-in-list 'Z(a b c d e) )
->nil.
(position 'a '(a b c d e))
-> 0
(position 'f '(a b c d e))
-> NILUsers browsing this forum: Google [Bot] and 1 guest