I am pulling data in from a query, where three of the columns are being put into the same Listbox. Does anyone know of a sort statement to sort it alphabetically after inserting the data into a listbox, or would I be better putting the results of my query into three arrays and then putting them the arrays in, in the order I want them in.
Share
a listbox has the SORTED attribute, default FALSE. Make it true and the items are ordered on there contents
where l is a ListBox