Numtochar function – Multichannel Systems NeuroExplorer User Manual

Page 317

Advertising
background image

5.5.14.11. NumToChar Function

NumToChar Function


Converts a number to a one-character string containing a character with the ASCII code equal to the
number.

Syntax


string NumToChar(number)

Parameters

Parameter

Type

Description

number

double

ASCII code of the character.

Returns


Returns a one-character string containing the character with the ASCII code equal to the specified
number.

Comments


None

Usage

NexScript

oneAsString = NumToChar(49)

% oneAsString now equals to "1"

See Also

Introduction to NexScript Programming

NexScript Function Categories

Page 315

Advertising