×

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

Print

140 bytes removed, 13:53, 26 January 2012
no edit summary
==== Example ====
<syntaxhighlight>Print(.1);</syntaxhighlight> will print 0.10 in the PowerLanguage Editor Output Log, with three leading spaces inserted
<syntaxhighlight>Print(1.555555:6:3);</syntaxhighlight> will print 1.556 in the PowerLanguage Editor Output Log, with one leading space inserted
<syntaxhighlight>Print(Printer,"Print Test");</syntaxhighlight> will send the string expression "Print Test" to the default printer
<syntaxhighlight>Print(File("C:\test.txt"),CurrentDate,CurrentTime);</syntaxhighlight> will save the output of [[CurrentDate]] and [[CurrentTime]] to the test.txt file in the root directory of the C: hard drive
[[Category:Math and TrigOutput]]
Anonymous user