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

strcat (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

c = strcat(a, b, ...)

Description

Horizontally concatenates input character matrices. You can specify an unlimited number of input character matrices. All matrices must have the same number of rows.

Examples

Inputs

Name Description
a Specifies a character matrix.
b Specifies a character matrix.

Outputs

Name Description
c Returns the horizontal concatenation of a and b. c is a character matrix.

Examples

A = 'this is a test for strcat'
B = 'test'
C = 'TEST'
D = strcat(A, B, C)

Related Topics

char
strvcat


Resources


 

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