Joe Wood 2 COW Coins 3 Storage & Archiving Coins @joewood2 • Joined Apr 2021 • Active a year ago Remove Connection Are you sure you want to remove from your connections? Timeline Profile Connections 1 Photos Forums Points Leader Badges Discussions Replies Favorites Discussions Replies Favorites Forum Replies Created Joe Wood July 8, 2024 at 1:19 pm in reply to: LTO7 Mac Compatible Archival/Backup Software Recommendations I will check that out. My new system came with Hedge which I have been using for the time being and it is working well.However, I only just discovered that Cache-a formated lto5 tapes can not be read with it, how have you handled that? Joe Wood April 6, 2021 at 12:58 pm in reply to: Using Layer numbers to set effect parameters. “name.split” Help Got it to work like this: var num = thisLayer.name.split("_")[1];var nam = thisComp.layer("CD_01").name.split("_")[0];var CD = thisComp.layer(nam +"_"+ num);CD.toComp(CD.anchorPoint);