Text GetBarNumber

From MultiCharts
Revision as of 13:21, 16 September 2013 by Roman MultiCharts (talk | contribs) (Created page with "Returns a numerical value representing the barnumber of the text object with a specified ID. ===Usage=== <syntaxhighlight> text_getbarnumber(ref); </syntaxhighlight> ===Par...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Usage

text_getbarnumber(ref);

Parameters

  • Ref – ID of the text object;

Example

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

text_getbarnumber(1);