
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've read some posts on here that ask similar questions, like this one here, but I'm having some issues doing this multiple times. I have a list of attributes in different blocks with different names, and a specific layer that these attributes need to be moved to. If I hard code my function calls i.e. (c:moveAttrib attrib1 layer1) (c:moveAttrib attrib2 layer2) etc, it works perfectly. However, when I try to do this in a loop i.e (c:moveAttrib (nth counter AttribList) (nth counter LayerList)), only the last attribute is moved to its layer, and the rest stay where they were.
I'm using attsync after every call of moveAttrib, but I'm not sure if there's something else I need to do to make every attribute in my list move.
Solved! Go to Solution.