Table of Contents

Write (Statement)

Format

write string_expression
write ( string_expression )
write open_file_number, string_expression
write ( open_file_number, string_expression )

Description

Writes 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

2016/01/01 22:42

History