Closes a previously opened TeimOrbit file. Note that only one TO file can be read from at a time, and this command will close the currently open file. Returns 1 on success, and 0 if any errors occur.
Format
READ_T_O_CLOSE_FILE ()
Prerequisites
READ_T_O_OPEN_FILE (Filename)
Arguments
None
Example
The following example illustrates the use of the READ_T_O_CLOSE_FILE function:
Function | READ_T_O_CLOSE_FILE() |
Result | 1 |
Important: | Filenames are case sensitive and parameters are not case sensitive. |