I have a form with about ~ 400 labels with random names like "1", "00a", "241c", "1251", etc. I want to give them new names that are incrementing, for example "lbl001", 'lbl002', 'lbl003' ...
Changing them manually takes a few seconds for each of them. Is there a way to speed it up or process all of them at once?
source share