Use this function to write to an ASCII or binary file.

File.WRITE(Value)

Parameters

File

Type: file

Use this variable to refer to the file.

Value

Type: all simple, and records

The information you want to write to the file.

Expand imageRemarks

Expand imageSee Also