Navigation: thinBasic Modules > LL (Linked lists) > LL_FindByName |
|
Description
Returns the list item's handle given its name.
Syntax
pItem = LL_FindByName(llRoot, ItemName)
Returns
Number.
Zero if not found.
Parameters
Name |
Type |
Optional |
Meaning |
llRoot |
Number |
No |
Linked list root handle |
ItemName |
String |
No |
Key Name 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 |