The Daily CLAD

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

Oh the nostalgia: 2 of 10

SercoSteveB
Active Participant

What are the values of String Out, Boolean Out, Numeric Out and Numeric Array Out following execution of the VI?

NOTE:  The original post "The Daily CLAD" - post number 9, can be found here.  Oh the nostalgia!!

For Loop Iteration Control 14_09_2016.png

a) String Out = "SteveLikesLabVIEW", Boolean Out = TRUE, Numeric Out = 5, Numeric Array Out = {0}

b) String Out = "SteveLikesLabVIEW", Boolean Out = FALSE, Numeric Out = 5, Numeric Array Out = {0,1,2}

c) String Out = <empty string>, Boolean Out = FALSE, Numeric Out = 0, Numeric Array Out = {0}

d) String Out = <empty string>, Boolean Out = FALSE, Numeric Out = 0, Numeric Array Out = <empty array>

Comments