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