Deleting parallel activities variables

Hi,

I have a big protocol our local application specialist wrote and in it he added parallel activities but deleted them at the final script. I copied his method to write my own protocols (since it has required sub-methods I want to use) and deleted what is unnecessary. The issue is that these parallel activities added duplicated variables I have no use of and I can’t delete them (under Modifier it says Constant). Any idea if and how can I get rid of them?

Thanks

Looks like they imported a definitions file.

Check your method and look for libraries. There might be a library that is referencing to these constants.

Another option is to open the HSL file from your method, look for a #include that might “include” a custom definitions file. It’s often used to write global variables to and from and handy if you wish to store variable to other methods that use this “library”

1 Like