Tags: array
Dec
28
The only missing "simple" action or method on an array is to retrieve the index number representing a value. That's why I wrote this simple function: # -----------------------------------------------------Function IndexOfArray{param ([array]$x, [String… more »