The Blend mode in the Cloner is also able to blend Text Strings, in the screengrab you can see me making use of this fact in order to display point indices. If you now the point count of your object, there's also no need for Xpresso, just put point count - 1 as into the Text Object named max. Little addition: if you want to get rid of decimals while blending numbers, just put a dot after the number, so instead of 0 for min and 100 for max it would be 0. and 100. There's a lot of possi...