Hi guys!
I've got this problem: i create a dictionary like this:
$Dic=@{Name="Alex,George,Nicole,Lucy"; Age="28,32,23,35"}
i want to sort values like:
$Dic=@{Name="Nicole,Alex,George,Lucy"; Age="23,28,32,35"}
How can i do it?
Thanks
A
Hi guys!
I've got this problem: i create a dictionary like this:
$Dic=@{Name="Alex,George,Nicole,Lucy"; Age="28,32,23,35"}
i want to sort values like:
$Dic=@{Name="Nicole,Alex,George,Lucy"; Age="23,28,32,35"}
How can i do it?
Thanks
A