+1 888 340 6572

Text SetBarNumber: Difference between revisions

From MultiCharts
(Created page with "Assigns the specified barnumber to the text object with the specified ID number. Text_SetBarNumber returns a value of 0 if the barnumber was successfully assigned, and a valu...")
 
(No difference)

Latest revision as of 13:23, 16 September 2013

Assigns the specified barnumber to the text object with the specified ID number. Text_SetBarNumber returns a value of 0 if the barnumber was successfully assigned, and a value of -2 if the specified object ID number is invalid.

Usage

text_setbarnumber(ref, barnumber);

Parameters

  • Ref – ID number of the text object;
  • Barnumber – the new bar number that is to be assigned to the specified object.

Example

Assign the new barnumber value of 100 to the text object with ID = 1;

arw_setbarnumber(1, 100);