I use a custom button: _non;'cal;(cur+cur)/2; to pick a point midway between two cursor points. I know that I can change it to, for example: _non;'cal;(cur+cur+cur)/3; _non;'cal;(cur+cur+cur+cur)/4; etc. Is there an easy way to have one button that would work for any number of cursor points?