Use sourceText as a variable?
Hello! Interested in the question is it possible to use sourceText as a variable? For example, in my project I have the same expressions that are repeated on different layers, and when something needs to be changed, it becomes a problem every time.
Say, for example, if you put "thisComp.layer("Null")" in sourceText and specify the path to sourceText in the expression fragment, can you make it work? As I understand it, the string data type is used here and it needs to be converted somehow.
So far, I've been able to use sourceText as a numeric-only variable using parseInt().
The main question is whether it is possible to make sourceText work with a line of code? 🙂 Thanks.
