Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Syntax

fileClose(fid)

Package

file

Short Name

close

Description

Excerpt

Closes a previously opened file and removes it from memory.

...

Return value has no meaning.

Example

Code Block
use "file";

int fid = open(filename); //fileOpen
fileClose(1234fid);//full name of the routine

Notes

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "file_routines"
labelsfile_routines

...