×

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

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