Navigation: thinBasic Modules > LL (Linked lists) > LL_FromFile |
|
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
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |