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

strvconcat (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 = strvconcat(a, b, ...)

Legacy Name: strvcat

Description

Vertically concatenates input character matrices. LabVIEW pads rows with blank spaces if necessary. You can specify an unlimited number of character matrices. All matrices must have the same number of columns.

Examples

Inputs

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

Outputs

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

Examples

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

Related Topics

char
strconcat


 

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