Arw GetBarNumber

From MultiCharts
Revision as of 21:51, 27 February 2017 by Angelina (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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);