Alexander Burger <a...@software-lab.de> writes:

Hi Alex,

> You said that you call it as
>
>    (setq X (list "string1" ... "string200"))
>
> Note that this evaluates the transient symbols "string1" etc., so if one
> of them has a value NIL (or anything else), it will be included in the
> list.
>
> What you actually want to do is
>
>    (setq X '("string1" ... "string200"))

yes, definitely... thanks

-- 
cheers,
Thorsten

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to