LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

CLAD Question (Program Example)

Solved!
Go to solution

This is a question that I encountred in my CLAD Exam , I'm sorry for the quality of the question , but as far as I can see , there is an array full with boolean constant , I think the output will be 6,4 but it does not appear in the options 

RayenBo3_0-1747770586864.png

 

0 Kudos
Message 1 of 4
(170 Views)
Solution
Accepted by topic author RayenBo3

Replace Array Subset will never resize the input array. So the empty array remains empty.

 


LabVIEW help writes:

 

Replace Array Subset does not affect the original input array. This function crops any subarray that is too large to fit as a column, row, or page in the input array. If any index is negative or larger than the corresponding dimension in n-dimension array the function has no effect.




0 Kudos
Message 2 of 4
(153 Views)

Thank you very much , I didn't think about it !

0 Kudos
Message 3 of 4
(138 Views)

@RayenBo3 wrote:

This is a question that I encountred in my CLAD Exam , I'm sorry for the quality of the question , but as far as I can see , there is an array full with boolean constant , I think the output will be 6,4 but it does not appear in the options 

RayenBo3_0-1747770586864.png

 


Is this taken from the actual exam?  If it is, I'm pretty sure NI would like to speak to you about that.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 4 of 4
(37 Views)