Documentation

write

Syntax: %write(filenum,string,recnum)

write string to the filenum file at record recnum. For text files, recnum is ignored and s is appended to the file. If recnum is 0 or omitted, string is written to the end of the file.

The string value is returned from this function.

Add comment

Login or register to post comments