How to copy the statement from one routine to another routine by python code?

in my project, there are many points at one routine and some statements (motion, path, or signal) are not needed any more, i want to copy the needed VC_STATEMENT from the old routine to new routine. is it possible?

1 Like

Hey, I was just going to ask the same thing, but then I tried simply copy-pasting from one robot’s main routine to another robot’s main routine and that worked! So, in case you don’t need it to be done automatically/with Python, then you can do it like that.