Navigation: thinBasic Modules > LL (Linked lists) > LL_ToFile |
|
Description
Saves a linked list to a disk file.
Syntax
n = LL_ToFile(llRoot, FullPathFileName)
Returns
Number.
%TRUE on success.
Parameters
Name |
Type |
Optional |
Meaning |
llRoot |
Number |
No |
Linked list root handle |
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 |