P
Patrick Tingen
Guest
You could store the column-handles in a comma separated list and use that to restore the order of the columns (at least, if that is what you are trying to do). You can retrieve the handle from the comma separated list with something like hColumn = HANDLE(ENTRY(i, cColumnHandleList))
Continue reading...
Continue reading...