When renaming multiple targets using the included “Rename targets” function included in RobotStudio it is only possible to rename to targetnames from 1+increment, but I need my target to be named from 0+increment, such that my first target is called pt_0.
Example:
Targets to be renamed:
target_10
target_20
target_30
…
renamed to
pt_0
pt_10
pt_20
…
In this example I would have to select all targets but the first target “target_10” and use your “rename targets” tool to rename them to “pt_10, pt_20, …” and finally go back and manually rename my first target to pt_0.
It seems that there is a restriction to what numbers I am allowed to put into the “start with:” box, and my guess is the code behind the function already works if I am allowed to put in a 0 in the box.
I am currently using this function a lot, and a patch to this function would be greatly appreciated ![]()