_KCML_ListClass->KCML_ListClass_InsertElement
Definition
DEFSUB 'KCML_ListClass_InsertElement(BYREF kthis$_KCML_ListClass), NewElement AS SYM(KCMLString), BeforeElement AS SYM(KCMLString)) AS Bool
Parameters
| kthis | ** not documented |
| NewElement | ** not documented |
| BeforeElement | ** not documented |
Description
Insert an item into the middle of an unordered collection. The items is inserted before the item whose value is specified by BeforeElement.
See also
Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.