×

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

Changes

Jump to navigation Jump to search

Arw GetText

176 bytes added, 08:14, 19 February 2012
no edit summary
Returns a string expression corresponding to the text contained in an arrow object with the specified ID number.
==== Usage ====
<syntaxhighlight>Arw_GetText(ObjectID)</syntaxhighlight>
Where:  :'''ObjectID ''' - a numerical expression specifying the object ID number ==== Notes ==== An object-specific ID number is returned by [[Arw_New]] when the arrow object is created.
==== Example ==Notes ==<syntaxhighlight>Arw_GetText(3) will return a string expression corresponding to * An object-specific ID number is assigned by [[Arw_New]], [[Arw_New_s]], [[Arw_New_self]] or [[Arw_New_self_s]] when the text contained in an arrow object is created.* Use [[Arw_GetActive]], [[Arw_GetFirst]] or [[Arw_GetNext]] to get the object with the -specific ID number of 3 </syntaxhighlight>an already created arrow.
== Example ==
<syntaxhighlight>Arw_GetText(3);</syntaxhighlight>
Will return a string expression corresponding to the text contained in an arrow object with the ID number of 3.
[[Category:ArrowDrawing]]

Navigation menu