×

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.

NewLine - MultiCharts
Open main menu

NewLine

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)

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