Getnumresnrows function – Multichannel Systems NeuroExplorer User Manual
Page 219

5.5.7.3. GetNumResNRows Function
GetNumResNRows Function
Returns the number of rows of the Numerical Results Window of the first graphical view of the
document.
Syntax
double GetNumResNRows(doc)
Parameters
Parameter
Type
Description
doc
documentReference Reference to the document.
Returns
Returns the number of rows of the Numerical Results Window of the first graphical view of the
document.
Comments
None
Usage
NexScript
doc = GetActiveDocument()
numRows = GetNumResNRows(doc)
See Also
Introduction to NexScript Programming
Page 217