×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Changes - MultiCharts

Changes

Jump to navigation Jump to search

FileClose

808 bytes added, 16:57, 14 October 2019
no edit summary
Closes the handle of the specified file, which allows for opening it from a different application for writing.
== Note ==
When using FileAppend the specified string expression is appended to the end of the specified ASCII file without deleting the existing content. The file is not released on each calculation for faster data processing and operation. While the current MultiCharts instance is running the file is open to all of its threads for writing.
One can call the FileClose command if that is required to edit the file from an external application, or to finish the current operations with the specified file.
== Example ==
Close the handle of the previously opened for writing file located in C:\Temp\Test.txt
<syntaxhighlight>FileClose("C:\Temp\Test.txt");</syntaxhighlight>
 
[[Category:Output]]

Navigation menu