FILE_LinePrint

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > File > FILE: functions working on files >

FILE_LinePrint

 

Description

 

Print a line to a sequential file.

 

Syntax

 

s = FILE_LinePrint(FileID, LineToPrint)

 

Returns

 

String.

 

Parameters

 

Name

Type

Optional

Meaning

FileID

Number

No

A previously open file handle

LineToPrint

String

No

A string expression containing the line to print

 

Remarks

 

File must be opened for OUTPUT. See FILE_Open.

 

Restrictions

 

See also

 

Examples