Open main menu

Arw GetBarNumber

Revision as of 13:16, 16 September 2013 by Roman MultiCharts (talk | contribs) (Created page with "Returns a numerical value representing the barnumber of the arrow object with a specified ID. ===Usage=== <syntaxhighlight> arw_getbarnumber(ref); </syntaxhighlight> ===Pa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns a numerical value representing the barnumber of the arrow object with a specified ID.

Usage

arw_getbarnumber(ref);

Parameters

  • Ref – ID of the arrow object;

Example

Get the number of the bar where the arrow object with ID = 1 is placed.

arw_getbarnumber(1);