I want to cance the psltscale to 0 in all layouts... Here's what I got...It hangs on me... (defun c:Psltscale ( ) (foreach x (layoutlist) (command "layout" "set" x) (command "psltscale" "0" "") ) )