How can I create an empty list? I need to construct a list of strings, and i need an empty list at first time. I've try with (list ' ()) but return a list with nil item > (nil) and i don't know how can i remove it from this list. Many thanks! Lucian Crisan :o)