This is how you “swap” two values.
$b[$_] takes on the value of $b[$i]
$b[$i] takes on the original value of $b[$_]
↧
Reply To: Help deciphering powershell code
↧
This is how you “swap” two values.
$b[$_] takes on the value of $b[$i]
$b[$i] takes on the original value of $b[$_]