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

strconcat (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: string

Requires: MathScript RT Module

Syntax

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

Legacy Name: strcat

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 strconcat'
B = 'test'
C = 'TEST'
D = strconcat(A, B, C)

Related Topics

char
strvconcat


 

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