Hi Dan,
I was trying to achieve something similar to your classic delay expression but work on a single text layer using text animators
delay = 5; //number of frames to delay
d = delay*thisComp.frameDuration*(index - 1);
thisComp.layer(1).position.valueAtTime(time - d)
I want to be able to delay the position for every text animator in the stack. Like in the GIF
I know this can be done much simpler using a range selector but find the control if it lacking compared to delay and offsetting it by a set number of frames