Navigation: thinBasic Modules > File > FILE_LineInput |
|
Description
Read a line from a sequential file into a string variable.
Syntax
s = FILE_LineInput(FileID)
Returns
String.
Parameters
Name |
Type |
Optional |
Meaning |
FileID |
Number |
No |
A previously open file handle |
Remarks
File must be opened for INPUT. See FILE_Open.
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |