I have a two dimensinal array. The first column contains an array with elements as 0,0,0,1,1,1,2,2,3,3,3,4,4,5,5,5,6,6,6,....etc. The second third and fourth columns contians the some other data. In my progam when ever the previous element is not equal to the current element in the first column I have to take the data from other columns and store in an array. For this I made a for loop and when ever there is a trnasition in the first column I am activating a case structure. The problem is when ever the case is not actuated it is asking for a defualt value. Is there anyway to disable the default value and write to the array only when there is a transition in the first column. To give a better idea I am attaching my
VI with this question. This VI is a Sub VI of another program.