×

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

DoubleQuote

373 bytes added, 14:26, 25 January 2012
Created page with "Displays the double-quote (") character in a string. ==== Example ==== This example demonstrates how the word Hello in double quotes can be displayed on the last bar above ..."
Displays the double-quote (") character in a string.

==== Example ====
This example demonstrates how the word Hello in double quotes can be displayed on the last bar above High:

<syntaxhighlight>Variable: ID(-1);
If LastBarOnChart Then
ID = Text_New(Date, Time, High + 1 Point, DoubleQuote + "Hello" + DoubleQuote);</syntaxhighlight>

[[Category:Text Manipulation]]
Anonymous user