Navigation:  thinBasic Modules > FileLine >

FileLine_IsEof

Previous pageReturn to chapter overviewNext page

 

Description

 

Returns %TRUE if the file has been read entirely. %FALSE if there is more data to read from the file.

 

Syntax

 

nCheck = FileLine_IsEof(hFile)

 

Returns

 

Number.

 

Parameters

 

Name

Type

Optional

Meaning

hFile

Number

No

Handle returned by FileLine_Open function

 

Remarks

 

hFile file handle must be opened.

 

Restrictions

 

See also

 

Examples

 

 

 

 

 

 

© 2004-2008 thinBasic. All rights reserved. Version 1.7.0.0 Web Site: http://www.thinbasic.com