Yeah, the nice thing about an array as a list variable, is you can just modify
the array any way you want, and it will be automatically updated in the listbox. So you can sort, remove, or splice elements into the array at any position, and the list will show it. Trying to modify the list itself is quite abit trickier, since you need to deal with the indices of the listbox.