Skip to main content
Skip table of contents

f$FileBinWrite (f$BDateiSchreiben)


f$FileBinWrite (f$BDateiSchreiben)

Create a file from a string parameter.

Please note that, when entering a path in the file name, the character "\" must be entered twice ("\\").

Syntax:

Status = f$FileBinWrite( Filename, Paranamecontent)

 

Argument

Type

Meaning

 

Filename

String

Name of the file to be written. The complete path must be entered.

 

Paranamecontent

String

Name of the parameter containing the text to be written into the file.
If '_' is entered as the parameter name, an internal buffer for binary data is used.

Result:

Integer

0: file was successfully written, -1: file cannot be written.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.