Navigation: thinBasic Modules > LL (Linked lists) > LL_GetByNumber |
|
Description
Returns a pointer to the list item placed in the given position.
Syntax
pItem = LL_GetByNumber(llRoot, ItemNumber)
Returns
If found, handle of the previous item.
Parameters
Name |
Type |
Optional |
Meaning |
llRoot |
Number |
No |
Linked list root handle or item handle to start from |
ItemNumber |
Number |
No |
Item number indicating the position inside the linked list |
Remarks
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |