Login | Sign Up
 





 
AutoLISP Function Detail
Name: member

Syntax:
(member item list)

Description:
Verifies if the item exists in the list that is provided, and if it is the remainder of the list is returned.

Example(s):
(member 5.5 '(1.2 3.4 5.5 7.8))
(5.5 7.8)