file sorting

Go4Expert Member
7Aug2007,14:38   #1
Kailash's Avatar
how do we sort the data in file?
Go4Expert Founder
7Aug2007,16:33   #2
shabbir's Avatar
Quote:
Originally Posted by Kailash
how do we sort the data in file?
Use excel to open the File and click on the toolbar Icon which read like Z->A or A->Z
Team Leader
7Aug2007,21:55   #3
DaWei's Avatar
It is also probable that your operating system provides a utility that will sort the file.

If you wish to sort the file with a program that you write, then you must learn and implement a sort algorithm.