Navigation: thinBasic Modules > LL (Linked lists) > LL_FindByData |
|
Description
Returns the list item's handle given its data value.
Syntax
pItem = LL_FindByData(llRoot, ItemData)
Returns
Number.
Zero if not found.
Parameters
Name |
Type |
Optional |
Meaning |
llRoot |
Number |
No |
Linked list root handle |
ItemData |
String |
No |
Data value of the linked list item to be found. |
Remarks
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |