f_writeTable

Top 

 

Order to the writing of values in a table file (z. B.Excel). All values are dissolved in parametre and are suspended with tab. sign apart to the file. After every value block follows a new line.

Parametre

<acts>

The first parametre is the Dateihandle in the form HNDL_########.

 

|<name>

Or an entire file name (with path information).

 

Example

Declare xyz

Value xyz f_open (c:\Merke.xls w)

f_writeTable Value (xyz) "name Given name place of residence street"

f_writeTable Value (xyz) "Merkel Max Dortmund Dollarsweg"

f_writeTable Value (xyz)""" Peter ""Weckersweg"

f_writeTable Value (xyz) "Merkel Gisela"" Bornstrasse"

f_close Value (xyz)

 

image5_89

See also

f_write

f_open