-
Source Text Repeat Expression
I’m trying to Add a repeat text expression to my source text. However, i already have an expression in there to take the source text from the comp name. I’m new to expressions and struggling being able to make it repeat several times on the same line.
My expression for the source text is:
compName = thisComp.name;
compName.substring(compName.indexOf(‘-‘)+2);