Reputation: 1
I looking for this in powershell
$VAR0=args[0] $VAR1=args[1] $VAR2=args[2]
With a construction like this
$a=0 $VAR+$a=args[$a]
but I cannot concatenate this way
Upvotes: 0
Views: 326