-
Text Expression
Hi,
I’m trying to write different parameters into my Source Text like this:
thisComp.layer(“a”).text.sourceText.getStyleAt(0,0)
+
thisComp.layer(“b”).text.sourceText.getStyleAt(0,0);But It shows [object][object] instead of showing text of two layers a and b.
What should I do?