fileclose
Closes an open file.
Syntax
fileclose(fid)
Argument
- fid
- The file ID (a string).
Example
Templex Expression | Result |
---|---|
{fileclose(fid)} |
The value of fid. |
Curve Math Vectors | Result |
---|---|
N/A | N/A |
Comments
Differs from the Templex command close, which relates to the output stream for Templex. The fid is a unique string returned by fileopen.