===== Write (Statement) ===== ==== Format ==== **write** [[stringexpressions|string_expression]]\\ **write** ( [[stringexpressions|string_expression]] )\\ **write** [[integerexpressions|open_file_number]], [[stringexpressions|string_expression]]\\ **write** ( [[integerexpressions|open_file_number]], [[stringexpressions|string_expression]] ) ==== Description ==== Writes [[stringexpressions|string_expression]] to the end of an open file. If the file number is not specified file number zero (0) will be used. ==== See Also ==== {{page>en:start#File and Serial Port Input/Output&noheader}} ==== History ==== |||