WRITEFA@

Platform

x64, Win32

Purpose

To write a line of data to an ASCII file.

Syntax

SUBROUTINE WRITEFA@(DATA, SID, ERROR_CODE)
CHARACTER (LEN=*) DATA
INTEGER (KIND=2) SID, ERROR_CODE

Description

WRITEFA@ writes DATA to an open file with a given identifier SID. A carriage return/linefeed is added to the end of the data. ERROR_CODE is returned as zero for success, otherwise it returns the system error code.

See also

OPENR@, OPENRW@, OPENW@, READF@, READFA@, WRITEF@, CLOSEF@, FPOS@, FPOS_EOF@

 

 

Basket
Empty
 
Copyright © 1999-2024 Silverfrost Limited