LL_Update
<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > Obsolete > LL (Linked lists) > LL_Update |
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 handle.
Syntax
n = LL_Update(llItem, ItemData)
Returns
Number.
%TRUE if OK
Parameters
Name |
Type |
Optional |
Meaning |
llItem |
Number |
No |
Linked List item handle. |
ItemData |
String |
No |
Any string to be associated with ItemName |
Remarks
Restrictions
See also
Examples