WRITETOFILE

The WRITETOFILE function appends the transferred object – number, character string, list – to the file.

  • Numbers are written as strings.
  • The list is written element by element; aumbers are written as strings.

WRITETOFILE(object)