Difference between revisions of "NewLine"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Starts a new line and returns carriage. ==== Notes ==== Use the "+" character to add NewLine to a string expression. ==== Example ==== <syntaxhighlight>FileAppend("...")
(No difference)

Revision as of 14:34, 25 January 2012

Starts a new line and returns carriage.

Notes

Use the "+" character to add NewLine to a string expression.

Example

FileAppend("c:\testfile.txt","We can see a new bar for"+ NumToStr(Date,0)+ NewLine);