I have to maintain a legacy module that receive as input a local global variable (eg: it's like a list).
ClassMethod Foo(ByRef ITEMS) { }It's too risky to refactor it (eg: use something else) as it's used in LOT of places.
I need in some case to add a extra item at the end of that "list".
- Log in to post comments
.png)

.png)