This is acutaly the code. It erased the “<” “>” before.
CursorType = "_" // cursor type
F = Math.round(time*effect("Blink Speed")("Slider") % 1); // Blink Speed
L = text.sourceText.length;
T = time*effect("Speed")("Slider") - effect("Start At")("Slider")*effect("Speed")("Slider");
if(F ==1 | (T
Andrés