C# Script Reinstate Out Bug

Hi,

I was using an old C# script (not compiled). It is working to perfection, but when I reinstate out, the outputs order is shifted, and it doesn’t respect the output to the variable name.

Anyone has encountered this issue?

Thanks for any help in advance!

difficult to help without seeing the script
maybe share a minimal version where this bug happens

my suspicion is that you’re using Print() a lot in your script and out takes precedence

I know it can’t be debugged without uploading, but I can’t share code unfortunately. What I am trying to find out is if anyone has had a similar experience. Thanks for the input though, and no prints throughout the code!

Exactly the same problem here.

With ‘out’ reinstated, I copy/pasted the C# component. The new, pasted version seems to work correctly, now with ‘out’ working also.