I have a UDF that has a bunch of code that is duplicated a few times ...
I want to put that code in a method within the UDF and call it so I don't have to repeat the code.
Is it possible and how do I do that ?