Difference between revisions of "Text GetNext"

From MultiCharts
Jump to navigation Jump to search
m (Reverted edits by 176.8.90.7 (talk) to last revision by JoshM)
 
Line 3: Line 3:
 
Text_GetNext returns a value of -2 if the specified object ID number is invalid.  
 
Text_GetNext returns a value of -2 if the specified object ID number is invalid.  
 
   
 
   
http://www.buyxanaxonlinepill.com/ buy xanax online - xanax without prescription
+
== Usage ==
 +
<syntaxhighlight>Text_GetNext(ObjectID,Origin)</syntaxhighlight>
  
http://www.buyxanaxonlinepill.com/ xanax order - buy cheap xanax online
+
== Parameters ==
 +
:'''ObjectID''' - a numerical expression specifying the object ID number.
  
 +
:'''Origin''' - a numerical expression specifying the origin of the text objects:
 +
 +
::'''1''' - added by the current study,
 +
 +
::'''2''' - added by a study other then the current study, or drawn manually by the user,
 +
 +
::'''3''' - added by any study, or drawn manually by the user,
 +
 +
::'''4''' - added by the current study, or drawn manually by the user,
 +
 +
::'''5''' - added by a study other then the current study,
 +
 +
::'''6''' - added by any study,
 +
 +
::'''7''' - added manually by the user.
 +
 
== Notes ==
 
== Notes ==
 
* Use [[Text_GetFirst]] to the first text object on the chart.
 
* Use [[Text_GetFirst]] to the first text object on the chart.

Latest revision as of 12:42, 13 February 2012

Returns an ID number of the first existing text object added subsequent to a text object with the specified ID number, with both objects of a specified origin.

Text_GetNext returns a value of -2 if the specified object ID number is invalid.

Usage

Text_GetNext(ObjectID,Origin)

Parameters

ObjectID - a numerical expression specifying the object ID number.
Origin - a numerical expression specifying the origin of the text objects:
1 - added by the current study,
2 - added by a study other then the current study, or drawn manually by the user,
3 - added by any study, or drawn manually by the user,
4 - added by the current study, or drawn manually by the user,
5 - added by a study other then the current study,
6 - added by any study,
7 - added manually by the user.

Notes

Example

Assign a value to Value1 variable, indicating an ID number of the first existing text object added subsequent to a text object with the ID number of 3, with both objects added by the current study:

Value1 = Text_GetNext(3, 1);