I don't know if this has been hashed out yet but I consistently have trouble with sorting lists - my list is long and I have three optional lists to sort synchronously, but GH doesn't like this and invariably always breaks down and drops the B and the C of my A,B,C lists...anybody have a vb or some other funky workaround? I need this function and it's totally posing some serious problems...
Hasn't this bug been fixed in the latest 0.6.0043 release? I can't seem to reproduce it right now.
In case it hasn't been fixed (David you lazy bum), the very unfunky workaround I've been using is simply to use several sort components, all using the same list of numbers for the K input, since the 'A' input never breaks.