Append

www.kxcad.net Home > Electronic Index > Altium(Protel) Index


Your Ad Here

Declaration

Append (var F : TextFile)

Description

This procedure opens an existing file with write access and positions the file pointer at the end of the file, ready to append new text to the existing file.  If the file does not exist, this procedure will result in an error. If the file is already open when the procedure call is made, it will be closed and then reopened.

See also

AssignFile procedure.

Your Ad Here