anyone know a quick sort solution ?
From a txt file i get a unsorted string (like ",d,e,f,a,z,g,y")
The items will be used in a combobox.
normally i would use
ASSIGN c_somecb:list-items = vString.
but then the list is unsorted.
before assign i would like to sort the items.
tks in...