FPuts (Kernel)

FPuts(handle buffer)

Writes the string contained in buffer to the file pointed to by handle.

Important

This kernel is SCI0 only. For SCI1.1, see FileIO().

Parameters:
  • handle (number) – The file handle.
  • buffer (string) – The string to write.

See also: FOpen(), FGets(), FClose().