+1 888 340 6572

DoubleQuote

From MultiCharts
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Displays the double-quote (") character in a string.

Usage

DoubleQuote

Example

Variable: ID(-1);

If LastBarOnChart Then 
   ID = Text_New(Date, Time, High + 1 Point, DoubleQuote + "Hello" + DoubleQuote);

This example will display the word "Hello", including double quotes, on the last bar above the high.