BIFF_CreateFile

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > BIFF >

BIFF_CreateFile

 

Description

 

Create a new BIFF.

 

Syntax

 

n = BIFF_CreateFile(BIFF_FileName As String)

 

Returns

 

Number.

 

Parameters

 

Name

Type

Optional

Meaning

BIFF_FileName

String

No

Name of the BIFF file to be created.

If exists, file will be overwritten.

Use a complete path specifier.

 

Remarks

 

Use a complete path + file name.

Use .xls file extension. This will facilitate shell operations if you need to open file with double click.

 

Restrictions

 

See also

 

BIFF_CloseFile

 

Examples