Hi,
I have a very simple list like so:
Type myList
field item
End Type
then I create a simple linked list with say, 10 of these items.
I want to move one of them to the end of the list - how do I do this quickly without deleting and remaking it?
I have a very simple list like so:
Type myList
field item
End Type
then I create a simple linked list with say, 10 of these items.
I want to move one of them to the end of the list - how do I do this quickly without deleting and remaking it?