LL_Next

<< Click to Display Table of Contents >>

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

LL_Next

 

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

 

Description

 

Returns a pointer to the next item in the linked list.

 

Syntax

 

pItem = LL_Next(llItem)

 

Returns

 

Number. Linked list item handle

Zero if not found.

 

Parameters

 

Name

Type

Optional

Meaning

llItem

Number

No

Linked list root handle or any linked list item handle

 

Remarks

 

Restrictions

 

See also

 

Examples