Getdoccomment function – Multichannel Systems NeuroExplorer User Manual

Page 167

Advertising
background image

5.5.2.6. GetDocComment Function

GetDocComment Function


Returns the document comment string.

Syntax


string GetDocComment(doc)

Parameters

Parameter

Type

Description

doc

documentReference Reference to the document.

Returns


Returns the document comment string.

Comments


None

Usage

NexScript

doc = GetActiveDocument()

comment = GetDocComment(doc)

Trace(comment)

See Also

Introduction to NexScript Programming

NexScript Function Categories

Page 165

Advertising