Hi!

If I'm not mistaken, your var in the function is just a
name that can receive any value from any other var.

so when _hisvar is sent to that function it works using _myvar in your function, but the value is from and is _hisvar.

Ottawa smile