The Daily CLAD

Community Browser
cancel
Showing results for 
Search instead for 
Did you mean: 

Building strings with loops & Concatenate Strings

SercoSteveB
Active Participant

What are the values of String Out and String Length Out following execution of the VI?

 

 

 Concat Strings #2.png

NOTE: Inverted commas shown to highlight whitespace, they do not appear in String Out.

 

 

a)      <empty string>, 0

b)      “Steve “, 6

c)       “Steve Likes ”, 12

d)      “Steve Likes LabVIEW “, 20

 

 

 

Comments