Difference between revisions of "BaseDataNumber"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns a numerical value indicating the Data Number of the series that the study is applied to. ==== Usage ==== <syntaxhighlight>BaseDataNumber</syntaxhighlight> ==== E...")
 
m
 
(3 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 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 variable:  
+
Assign a value, indicating the Data Number of the series that the study is applied to, to ''Value1'' 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;