Thanks for your fast answer,
I try it.
I write tables in ms access. So the tables are sorted by the first letter.
Example: a10r, b10r, d09r, k09r and so on. So I have 2 tables in week 09 and 2 tables in week 10.
But I want to sort it in LabView like this way: b10r, a10r, k09r, d09r, so that the newest one is the first in the array.
I think, I have to split the string in first letter (shift), than second and third (week), at least the forth (year).
Three steps to sort (year, week, shift), but i do not know how...
Thanks
Marco