Forum Discussion
jesseejames
11 months 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])
Related Content
- 2 years ago
- 7 years ago