If I have the number "5" as a text layer, how can I get another text layer to read that number, and then add another number to it?
This gives me "56". I want "11".
temp = thisComp.layer("5").text.sourceText.value;
(temp + 6)
If I have the number "5" as a text layer, how can I get another text layer to read that number, and then add another number to it?
This gives me "56". I want "11".
temp = thisComp.layer("5").text.sourceText.value;
(temp + 6)