Navigation:  thinBasic Modules > LL (Linked lists) >

LL_GetItemData

Previous pageReturn to chapter overviewNext page

 

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

 

 

 

 

© 2004-2008 thinBasic. All rights reserved. Version 1.7.0.0 Web Site: http://www.thinbasic.com