×

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
Open main menu

Changes

File

7 bytes removed, 10:09, 9 February 2012
no edit summary
Used in Print statements to specify an ASCII file as the output location; must precede the expressions to be printed and be followed by a comma. If the specified file does not exist, the file will be created.
==If the specified file does not exist, the file will be created.  == Usage ====
<syntaxhighlight>File("PathFilename")</syntaxhighlight>
Where: [[ :'''PathFilename]] ''' - a string expression specifying the path and filename .
==== Example ====<syntaxhighlight>Print(File("C:\test.txt"),CurrentDate,CurrentTime); will </syntaxhighlight>Will save the output of CurrentDate and CurrentTime to the test.txt file in the root directory of the C: hard drive</syntaxhighlight> .
[[Category:Output]]