+1 888 340 6572

BaseDataNumber: Difference between revisions

From MultiCharts
mNo edit summary
 
(One intermediate revision 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 ==
<syntaxhighlight>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:  
 
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;