I’m trying to sort alphabetically my simple queues. For example, if I have three queues named Arnold, Bob and Carl, I want Arnold to have the index number 0, Bob the index 1 and Carl the index 2.
I can’t find a way to compare the name of the queues to try to sort them this way. Is there a way to do this?