In the *nix world...
cat file.txt | sort -k1
Or in winders-land...
type file.txt | sort /+1
Note that because you want to sort by the first "field", you don't even need to specify the sort field, as both winders and *nix sort do that by default. So just piping the file through sort is sufficient.
In reply to Re: Need Help! Two Dimentional Array Sorting
by McDarren
in thread Need Help! Two Dimentional Array Sorting
by nashkab
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |