Skip to content

Latest commit

 

History

History
60 lines (48 loc) · 1.88 KB

File metadata and controls

60 lines (48 loc) · 1.88 KB

Function: FileWriteLine

Writes a line of data to a file

Method Signature

FileWriteLine(file=[any], data=[string])

Arguments

Argument Type Required Description Default
file any true An existing file object or a path to a file
data string true The line of data to be written

Examples

Related