Description #
Writes the contents of a string to a file starting at the specified line. A newline character is appended to the end of the string you want to write, so you do not need to include it.
Technical Details #
Arguments #
det(6,“FILENAME”,“STRINGTOWRITE”,start_at_this_line)
Outputs #
(See Description)