
5.5.3.11. GetContNumDataPoints Function
GetContNumDataPoints Function
Returns the number of data points in the continuous variable.
Syntax
double GetContNumDataPoints(var)
Parameters
Parameter Type Description
var variableReference Reference to a continuous variable.
Returns
Returns the number of data points in the continuous variable.
Comments
None
Usage
NexScript
doc = GetActiveDocument()
var = GetVarByName(doc, "AD_01")
numPoints = GetContNumDataPoints(var)
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 177
Comentarios a estos manuales