Novice Lisper looking for help here. I have a utility that I wrote that allows me to select a layer to freeze then thaw it later using a short command. At present I'm limited to one layer. I've figured out how to use the append function to add the additional layers to my list but I'm looking for assistance on how to step through the resulting list to thaw the list of layers. I'm thinking use the length function to get the number of layers in the list and then a loop using nth function to get each layer name in turn. Suggestions appreciated.