LL_GetItemData

<< Click to Display Table of Contents >>

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

LL_GetItemData

 

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

 

Description

 

Returns data stored in a linked list node placed in the given position.

 

Syntax

 

sData = LL_GetItemData(llRoot, ItemNumber)

 

Returns

 

String, the item data.

 

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