Sequential lettering with each click of mouse on text block possible?

Hi,
V5,
placing registration crosses and needing A then B then C etc.
This could be 1 then 2 then 3, such would be useful for Annotation Dots as well.

How is this done, ? on numbers and on letters.

Maybe to pick up where it left off, starting over an option.

Steve

Hi Steve - I am not sure this works in 5, but you can try it -

numberer.py (11.2 KB)

To use the Python script use RunPythonScript, or a macro:

_-RunPythonScript "Full path to py file inside double-quotes"

It does exactly what you’re asking, with numbers, not letters.

-Pascal