-
Total character in text
Hi, i have a text wrote “JAPANESE” with text source use :
c = thisComp.layer(“Null 1”).effect(“Slider”)(“Slider”); // to slide character
text.sourceText.substr(0,c)another text to display character total. it count based on as slider change
t=thisComp.layer(“JAPANESE”).text.sourceText.length //length doesn’t workhow to get a total length of t?
Thanks
