Navigation:  thinBasic Modules > File >

FILE_LinePrint

Previous pageReturn to chapter overviewNext page

 

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

 

 

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