Nick
banner
dotnvo.bsky.social
Nick
@dotnvo.bsky.social
Powershell, Dogs, Gaming, Golf, Cooking, Technology, Finance, Home Projects
Did you know you that in #PowerShell when utilizing variables, most 'simple' variables or objects are passed by value, while 'complex' values are passed by reference? See: Types & about Ref. Second document has great function examples.

Passed by reference = Shallow copy
Passed by value = Deep copy
August 9, 2023 at 7:43 PM