Savenumresults function – Multichannel Systems NeuroExplorer User Manual

Page 154

Advertising
background image

5.5.1.12. SaveNumResults Function

SaveNumResults Function


Saves the numerical results to a text file with the specified name.

Syntax


SaveNumResults(doc, fileName)

Parameters

Parameter

Type

Description

doc

documentReference Reference to the document.

fileName

string

File path for saved results.

Returns


None

Comments


None

Usage

NexScript

doc = GetActiveDocument()

SaveNumResults(doc, "C:\results\res1.txt")

See Also

Introduction to NexScript Programming

NexScript Function Categories

Page 152

Advertising