DoubleQuote: Difference between revisions

From MultiCharts
No edit summary
Line 1: Line 1:
Displays the double-quote (") character in a string.  
Displays the double-quote (") character in a string.  
   
   
== Usage ==
http://www.buyxanaxonlinepill.com/ xanax buy online - generic xanax online
<syntaxhighlight>DoubleQuote</syntaxhighlight>


== Example ==
== Example ==

Revision as of 07:02, 11 February 2012

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

http://www.buyxanaxonlinepill.com/ xanax buy online - generic xanax online

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.