(multiple-value-setq (x x) (values 1 2)) Is the value of x defined after executing the previous form? If so, what is the value? The same question could be asked of multiple-value-bind. -[Shane]->