I tried to pass an array of strings to another sub (in another module) as byref value (byval is impossible) this dindn't work

But if I do exactly the same but the 2 subs are in the same module , it does work

could somebody help me?