LL_FromFile
<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > Obsolete > LL (Linked lists) > LL_FromFile |
This functionality has been made obsolete by newer, better optimized Linked List available directly in core instead.
Description
Create a new linked list loading content from a file saved with LL_ToFile.
Syntax
llRoot = LL_FromFile(FullPathFileName)
Returns
Number. Zero if error.
Parameters
Name |
Type |
Optional |
Meaning |
FullPathFileName |
Number |
No |
Full path file name |
Remarks
Restrictions
See also
Examples