03-04-2008 11:43 PM
03-05-2008 12:24 AM
Hi Karthikeyan,
Use the Sort 1D array function from the Array pallette.
See the attached VI.
03-05-2008 12:27 AM
Note that Sort 1D Array function ll always do an ascending order of sorting.
If you want chronological sorting from present to past dates, use a Reverse 1D Array function after the sorting function.