Text Style Property
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?

