LL_FindByName
<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > Obsolete > LL (Linked lists) > LL_FindByName |
This functionality has been made obsolete by newer, better optimized Linked List available directly in core instead.
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