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