wave ordering and wavelist command
sleepingawake86
And along with this, I am using a string based on the wavelist command
string batchstr=wavelist("a*",";","DIMS:1")
and it is ordering them in the weird way, not the way I want. is there anyway to get the wavelist command to order them in numerical order? not what ever igor is doing now?
SortList
should do what you want. The options allow to sort in numerical order/alphanumeric etc. order.June 7, 2012 at 11:57 am - Permalink
John Weeks
WaveMetrics, Inc.
support@wavemetrics.com
June 7, 2012 at 01:58 pm - Permalink
list = SortList(list, ";", 16) //alpha numeric, non-case sensitive sort
June 15, 2012 at 11:40 am - Permalink