Variable in Path name

   823   2   1
User Avatar
Member
5 posts
Joined: Nov. 2021
Offline
Hi,
i am trying to copy a subnetwork which contains Parameters with relative References.
for example a seed parameter with ch("../../../Control/seed")

How can I insert a variable in this path like ch("../../../Control/seed$VAR") where $VAR is a integer number. This Variable i want to set by a parameter from outside, so that when i copy and paste the subnetwork i only have to set the Variable once and dont have to adjust every single channel path.

It does work with $F, so ch("../../../Control/seed$F") becomes ch("../../../Control/seed1") at Frame 1. That is exactly what i was searching for.
I Hope this was somehow understandable
User Avatar
Member
8595 posts
Joined: July 2007
Online
try this
ch("../../../Control/seed`$VAR`")
Tomas Slancik
FX Supervisor
Method Studios, NY
User Avatar
Member
5 posts
Joined: Nov. 2021
Offline
tamte
try this
ch("../../../Control/seed`$VAR`")

it works, thank you!
  • Quick Links