+1 888 340 6572

CurrentDataNumber: Difference between revisions

From MultiCharts
Line 5: Line 5:
   
   
==== Example ====
==== Example ====
<syntaxhighlight>Assign a value, indicating the Data Number of the series that the function is being calculated on,  
Assign a value, indicating the Data Number of the series that the function is being calculated on,  
to Value1 variable:  
to Value1 variable:  


Value1=CurrentDataNumber;</syntaxhighlight>  
<syntaxhighlight>Value1=CurrentDataNumber;</syntaxhighlight>  
   
   




[[Category:Environment Information]]
[[Category:Environment Information]]

Revision as of 13:41, 26 January 2012

Returns a numerical value indicating the Data Number of the series that the function is being calculated on.

Usage

CurrentDataNumber

Example

Assign a value, indicating the Data Number of the series that the function is being calculated on, to Value1 variable:

Value1=CurrentDataNumber;