Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

char (MathScript Function) (Windows, Not in Base Package)

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the string class.

Syntax

ch = char(k1, k2, ...)

Description

Returns the character representation of an integer. You can specify an unlimited number of input integers.

Examples

Inputs

Name Description
k1 Specifies an integer between 0 and 2^16-1 in printable ASCII characters or a matrix of such integers.
k2 Specifies an integer between 0 and 2^16-1 in printable ASCII characters or a matrix of such integers.

Outputs

Name Description
ch Returns a character array containing the character representation of k1, k2, etc., in rows.

Examples

char([76, 86], [78, 73])

Related Topics

ischar


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit