+1 888 340 6572

File: Difference between revisions

From MultiCharts
No edit summary
Line 10: Line 10:
CurrentTime to the test.txt file in the root directory of the C: hard drive</syntaxhighlight>  
CurrentTime to the test.txt file in the root directory of the C: hard drive</syntaxhighlight>  
   
   
[[Category:Math and Trig]]
[[Category:Output]]

Revision as of 13:51, 26 January 2012

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.

Usage

File("PathFilename")

Where: PathFilename - a string expression specifying the path and filename

Example

Print(File("C:\test.txt"),CurrentDate,CurrentTime);  will save the output of CurrentDate and 
CurrentTime to the test.txt file in the root directory of the C: hard drive