Forum Discussion
- Jackson_LContributor
Hello Krushna,
You mean VBScript? There's no function in vbscript to sort an array. Array.Sort() is available in JScript.
Our test machines all have .Net installed so I use the method described in the following:
http://stackoverflow.com/questions/268648/how-do-i-sort-arrays-using-vbscriptOtherwise you'd have to perform a bubble sort on your array which is also listed on the page above.
Cheers,
Jackson
Related Content
- 3 years ago
- 4 years ago
- 6 years ago
- 12 years ago
Recent Discussions
- 7 hours ago
- 7 days ago
- 10 days ago