LL_GetByNumber

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > Obsolete > LL (Linked lists) >

LL_GetByNumber

 

This functionality has been made obsolete by newer, better optimized Linked List available directly in core instead.

 

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