![]() |
• Utility Library | ||||
|
API Links
Developer Links
|
List::InsertAfterDefined in:
Inserts an object after an existing element of a list.
C4List.hPrototype
Parameters
Description
The InsertAfter function adds the object specified by the element parameter to a list at the position after the object specified by the after parameter. If the object is already a member of the list, then it is moved to the new position. If the object is a member of a different list, then it is first removed from that list before being added to the new list.
See Also
List::InsertBefore
List::Prepend
List::Append
|