Hello everyone,
I have a Function in a parent object with an integer parameter, in the child object I have the same function but with overwritten content. Now I changed the parameter to long in the parent object and rebuild the project. After the rebuild all the child objects have 2 functions. One with the integer parameter and the overwritten content and another one with the long parameter and the content from the parent object. How can I change the parameter type also in all the child functions with the overwritten content? I don't want to have 2 functions after this.
We have around 200 inherited objects from this special object, so it would be hard to do this manually.
FYI: We are using PB 12.6 atm.
Patrick