LL_Last

<< Click to Display Table of Contents >>

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

LL_Last

 

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

 

Description

 

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

 

Syntax

 

pItem = LL_Last(llRoot)

 

Returns

 

Number. Linked list item handle

Zero if not found.

 

Parameters

 

Name

Type

Optional

Meaning

llRoot

Number

No

Linked list root handle

 

Remarks

 

Restrictions

 

See also

 

Examples