Spacey_Globule
Spacey_Globule

Reputation: 1

Concat variable's name in powershell

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

Answers (0)

Related Questions