Skip to end of banner
Go to start of banner

fileClose

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Syntax

fileClose(fid)

Description

Closes a previously opened file and removes it from memory.

Parameters

Parameter name

Type

Required

Description

file id

Integer

Yes

The id of a file opened from a previous step that should be closed.

Return type

None

Return value has no meaning.

Example

fileClose(1234);

Notes

See also



  • No labels