DoubleQuote

From MultiCharts
Revision as of 14:26, 25 January 2012 by 194.84.116.138 (talk) (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 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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:

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