6 lines
58 B
Text
6 lines
58 B
Text
|
|
$h = @{}
|
||
|
|
foreach ($x in $data) {
|
||
|
|
$h[$x] = 1
|
||
|
|
}
|
||
|
|
$h.Keys
|