FileLine_Open

<< Click to Display Table of Contents >>

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