This documentation was styled with a demo skin from the Premium Pack 4 add-on for Help & Manual. The contents of the skin are encrypted and not configurable. You can only publish HM projects with this skin. You cannot edit it or change it.
This version is copyright and may only be used for local testing purposes. It may not be distributed.
Please purchase the full version of the Premium Pack to get the configurable skins and remove this notice. The package will also include the Toolbox configuration utility for Premium Pack skins.
This functionality has been made obsolete by newer, better optimized Linked List available directly in core instead.
Description
Update data inside a linked list item giving item key name.
Syntax
pItem = LL_Update(llRoot, ItemName, ItemData)
Returns
Number.
A pointer to the linked list item just updated
Parameters
Name |
Type |
Optional |
Meaning |
llRoot |
Number |
No |
If llRoot is = 0 (zero) a new linked list will be created and the new item added. If llRoot is <> 0, a new item will be added to the linked list pointed by llRoot |
ItemName |
String |
No |
Name of the item. This is the key to be used to change, data in future reference |
ItemData |
String |
No |
Any string to be associated with ItemName |
Remarks
Important: if ItemName is not present in the list, it will be added.
Restrictions
See also
Examples