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. |
Result: | Integer | 0: file was successfully written, -1: file cannot be written. | |