Field-Map Scripting

4.1.4.8 CloseFile

CloseFile procedure


Prototype:

procedure CloseFile(f: integer);

Description:

The CloseFile procedure closes the file. This function is located in a script in the end, after changes in the file.

Syntax:

CloseFile(f);


Part

Description


f

The identifier of the file as returned by the AssignFile function

Return value:

none




Example:


See chapters Rewrite, Append or ReadLn.


See also:

AssignFile; Reset; Rewrite; Append; WriteLn; ReadLn; EOF; CloseFile; DeleteFile; SaveStringToFile; SaveStringToFileAsUTF8