×

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

Changes

Jump to navigation Jump to search

NewLine

334 bytes added, 07:30, 9 February 2012
no edit summary
Starts a new line and returns carriage.
 
== Usage ==
<syntaxhighlight>NewLine</syntaxhighlight>
 
== Notes ==
* Use the "+" character to add [[NewLine]] to a string expression, or
* Use [[Text]] to generate a string including new lines.
==== Notes ==== Use the "+" character to add [[NewLine]] to a string expression. ==== Example ==Examples ==<syntaxhighlight>FileAppend("c:\testfile.txt","We can see a new bar for"+ NumToStr(Date,0)+ NewLine);</syntaxhighlight> Will print the specified line to the 'testfile.txt' followed by a new line. <syntaxhighlight>Print(Text("Hello", NewLine, "World!"));</syntaxhighlight>Will print :Hello:World!to the PowerLanguage Editor output log.  
[[Category:Text Manipulation]]

Navigation menu