05-20-2025 02:50 PM
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
Solved! Go to Solution.
05-20-2025 03:17 PM - edited 05-20-2025 03:20 PM
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.
05-20-2025 04:06 PM
Thank you very much , I didn't think about it !
05-22-2025 11:13 AM
@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
Is this taken from the actual exam? If it is, I'm pretty sure NI would like to speak to you about that.