Hi,
Is there any way to use op digits inside the expression?
I want to make the number inside the expression automatically corresponding to the OP digits that allow me to reduce the work of change the number when I copy and paste the OP.
if the OP name is: TrackIndex1
then the Expression of value0 is: parent().par.Track1
if the OP name is: TrackIndex2
then the Expression of value0 is: parent().par.Track2
if the OP name is: TrackIndex3
then the Expression of value0 is: parent().par.Track3
and so on…