Navigation: thinBasic Modules > LL (Linked lists) > LL_Update |
|
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
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |