<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > Data Structures > Linked List > LList_Get |
Description
Retrieve data stored into a Linked List element
Syntax
sData = LList_Get(pElement)
Returns
String data stored in pElement
Parameters
Name |
Type |
Optional |
Meaning |
pElement |
Number |
No |
Handle of a Linked List element |
Remarks
Restrictions
See also
Examples