Navigation: thinBasic Modules > FileLine > FileLine_Open |
|
Description
Open a sequential text file and returns an internal module handle to the opened file.
If operation fails, ZERO is returned.
Syntax
hFile = FileLine_Open(sFile)
Returns
Number.
Zero = failure
Parameters
Name |
Type |
Optional |
Meaning |
sFile |
String |
No |
The full file name (path + file name) of the file you want to open |
Remarks
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |