Sorting Array

axan

New Member
Hello,

i have an problem. I must sort the following arrays:

PHP:
[Hashtable]$z = @{x0="2";x1="101";x2="99";}

I need a script which gives me this solution:

PHP:
[Hashtable]$z = @{x0="2";x2="99";x1="101";}

for Powershell
 

My Computer

Back
Top