Difference between revisions of "BaseDataNumber"

From MultiCharts
Jump to navigation Jump to search
m
 
Line 1: Line 1:
 
Returns a numerical value indicating the Data Number of the series that the study is applied to.  
 
Returns a numerical value indicating the Data Number of the series that the study is applied to.  
 
   
 
   
==== Usage ====
+
== Usage ==
 
<syntaxhighlight>BaseDataNumber</syntaxhighlight>  
 
<syntaxhighlight>BaseDataNumber</syntaxhighlight>  
 
   
 
   
==== Example ====
+
== Example ==
Assign a value, indicating the Data Number of the series that the study is applied to, to Value1
+
Assign a value, indicating the Data Number of the series that the study is applied to, to ''Value1'' variable:  
variable:  
 
 
 
<syntaxhighlight>Value1=BaseDataNumber;</syntaxhighlight>
 
 
 
  
 +
<syntaxhighlight>Value1 = BaseDataNumber;</syntaxhighlight>
  
 
[[Category:Environment Information]]
 
[[Category:Environment Information]]

Latest revision as of 10:42, 7 February 2012

Returns a numerical value indicating the Data Number of the series that the study is applied to.

Usage

BaseDataNumber

Example

Assign a value, indicating the Data Number of the series that the study is applied to, to Value1 variable:

Value1 = BaseDataNumber;