×

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

FileAppend

668 bytes added, 12:32, 23 January 2012
Created page with "Appends the specified string expression to the end of the specified ASCII file; if the specified file does not exist, the file will be created. ==== Usage ==== <syntaxhighl..."
Appends the specified string expression to the end of the specified ASCII file; if the specified file does not exist, the file will be created.

==== Usage ====
<syntaxhighlight>FileAppend("PathFilename","StringExpression")</syntaxhighlight>

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

[[StringExpression]] - the string expression to be appended to a file

==== Example ====
<syntaxhighlight>FileAppend("C:\test.txt","Appended Text"); will append the string expression "Appended Text" to the end of the test.txt file in the root directory of the C: hard drive</syntaxhighlight>




[[Category:Math and Trig]]
Anonymous user