Difference between revisions of "CurrentDataNumber"

From MultiCharts
Jump to navigation Jump to search
m
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
Returns a numerical value indicating the Data Number of the series that the function is being calculated on.  
 
Returns a numerical value indicating the Data Number of the series that the function is being calculated on.  
 
   
 
   
==== Usage ====
+
== Usage ==
 
<syntaxhighlight>CurrentDataNumber</syntaxhighlight>  
 
<syntaxhighlight>CurrentDataNumber</syntaxhighlight>  
 
   
 
   
==== Example ====
+
== Example ==
<syntaxhighlight>Assign a value, indicating the Data Number of the series that the function is being calculated on, to Value1 variable:  
+
Assign a value, indicating the Data Number of the series that the function is being calculated on, to ''Value1'' variable:  
  
Value1=CurrentDataNumber;</syntaxhighlight>  
+
<syntaxhighlight>Value1 = CurrentDataNumber;</syntaxhighlight>  
 
   
 
   
 
 
 
[[Category:Environment Information]]
 
[[Category:Environment Information]]

Latest revision as of 10:43, 7 February 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;