<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > BuiltIn Functions > File functions > Load_File |
Description
Load a complete file into a string.
Syntax
s = Load_File(FileName)
Returns
String.
Parameters
Name |
Type |
Optional |
Meaning |
FileName |
String |
No |
Full path of the file to be loaded. |
Remarks
Restrictions
See also
Examples