줄바꿈에 상관없이 포인트 텍스트의 끝 점을 찾는다
const pointTextArrayNum = 1;
const startIndex = thisComp.layer("RenderText").text.animator("Animator 1").selector("Range Selector " + pointTextArrayNum).start;
const pointText = thisComp.layer("PointText").text.sourceText.split("$$")[pointTextArrayNum-1];
[(startIndex == -1 || pointText == null) ? 0 : startIndex + pointText.length]