Hi Dan!
I Have a similar question: i need to set the last character from my text-layer to a different color. unfortunately this is a letter that comes from the expression below
can you tell me how to set this “|” to a different color than the rest of the text?
Thanks in advance!
boomziboi
L = text.sourceText.length;
T = time*effect("Speed")("Slider") - effect("Start At")("Slider")*effect("Speed")("Slider");
F = Math.round(time % 1);
if(F == 1 | (T0) ){Fl = "|";}else{Fl=" ";}
substr(0,T) + Fl