Hi all, I am working on an application which involves sorting of filenames.
The problem I am facing is that, If I have filenames such as data1.dat data3.dat data11.dat data2.dat data12.dat Then using the sorting of sortings, I get data1.dat, data11.dat,data12.dat,data2.dat,data3.dat. But the result I want is data1.dat,data2.dat,data3.dat,data11.dat,data12.dat. I undertand why I get the result(because we are comparing strings. But inorder to get the result as I want what should I do. What would be the quickfix for this problem in LabVIEW. Any help would be appreciated. Thanks, Kalyan
