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