Navigation:  thinBasic Modules > BIFF >

BIFF_CreateFile

Previous pageReturn to chapter overviewNext page

 

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

 

 

 

 

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