Languages

Fsharp
ActionScript
xBase
Clean
GPSS
PureBasic
Sieve
Erlang
JOVIAL
Mercury
Linda
DataFlex
PostScript
FoxPro2
VFP
Cobol
Prolog
Jython
Awk
VisualBasic
JavaScript
Matlab
ASP
Haskell
Csharp
D
Smalltalk
Nemerle
Pixilang
Java
SQL
Python
ObjectPascal
Ruby
Perl
Pascal
Assembler
PHP
C
Functions  Add function  Users  Registration  Enter   About  ASCII Table  Our helpers

Append in Pascal

Append procedure
----------------------------------------------------------------
Declaration:
procedure Append ( var F : Text );

Example:
var
TextFile : Text;
...
Assign ( TextFile, 'OLDFILE.TXT' );
Append ( TextFile );
Writeln ('This will be written at the end of the existing file
OLDFILE.TXT');

Purpose:
Like Reset, Append is used to open a text file, but instead of positioning
the file pointer to the beginning of the file, Append places the file pointer
at the very end. This way, subsequent writes are appended to the existing data
in the text file. Obviously, the file identifier opened by Append becomes a
write-only file type.
Add by Pancho
You can edit it here
Adding comments is available only for registered users.

Acrobatic Robots

Dennis Hong is living his dreams ... literally ... in a lab filled with wacky robots

Full story at http://www.nsf.gov/news/special_reports/science_nation/acrobaticrobots.jsp?WT.mc_id=USNSF_51


This is an NSF News item.

PycckaR
BepcuR


Articles
Articles


Library
Library


Downloads
Downloads

Google Chrome Golf 6
 © Internet, books, teachers and Rudevich Alexander brains.