NewLine

From MultiCharts
Revision as of 14:34, 25 January 2012 by 194.84.116.138 (talk) (Created page with "Starts a new line and returns carriage. ==== Notes ==== Use the "+" character to add NewLine to a string expression. ==== Example ==== <syntaxhighlight>FileAppend("...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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);