FileWriteLine Method (SystemFunctions)
Class
SystemFunctions
.
Action
Writes a line at the current position of the pointer in a file.
Syntax
FileWriteLine (
hFileHandle
,
sLine
)
Variable
Description
hFileHandle
A file handle returned by
FileOpen
.
FileHandle
.
sLine
The line to write.
String
.