Navigation: thinBasic Modules > LL (Linked lists) > LL_Next |
|
Description
Returns a pointer to the next item in the linked list.
Syntax
pItem = LL_Next(llItem)
Returns
Number. Linked list item handle
Zero if not found.
Parameters
Name |
Type |
Optional |
Meaning |
llItem |
Number |
No |
Linked list root handle or any linked list item handle |
Remarks
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |