Trace function – Multichannel Systems NeuroExplorer User Manual

Page 319

Advertising
background image

5.5.15.1. Trace Function

Trace Function


Prints arguments to the output window.

Syntax


Trace(arg1, arg2, ...)

Parameters

Parameter

Type

Description

arg1

any type

String, number or any other valid NexScript value.

arg2

any type

String, number or any other valid NexScript value.

Returns


None

Comments


Converts each parameter to string and the prints the result to the output window.

Usage

NexScript

x = 30

% print the value of x

Trace("x=", x)

See Also

Introduction to NexScript Programming

NexScript Function Categories

Page 317

Advertising