Difference between revisions of "CurrentDataNumber"

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

Revision as of 11:52, 23 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;