DoubleQuote

From MultiCharts
Revision as of 12:39, 13 February 2012 by Admin (talk | contribs) (Reverted edits by 176.8.90.7 (talk) to last revision by JoshM)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.