Forum Discussion
jesseejames
2 years agoOccasional Contributor
Thanks I found out the solution
$arrayList = New-Object System.Collections.ArrayList
Here's how you use the array in command
/pv:$($arrayList[0]) /pv:$($arrayList[1])
Thanks I found out the solution
Here's how you use the array in command
/pv:$($arrayList[0]) /pv:$($arrayList[1])