Hi, I found a very strange bug in "delete from array" basic function. I've tried to delete 11 rows from 42X5 array. If I don't wire deleted portion into indicator in my "array w/subset deleted" I recieving extra empty row in the beggining and empty first cell in second row. If I connect deleted portion into something, everithing works fine. Has anybody experienced the same problem? I am using labview 6.1 PDS on Win 98. Or may be it' a new bug?
Thank you for mentioning this. It has been reported and R&D is working on a fix. Until then, wire something to the deleted section output. You can always hide the indicator or wire the value to a case structure and not use the data.
Randy Hoskin Applications Engineer National Instruments http://www.ni.com/ask
I have a 2D array of strings (11*9), I'm indexing the last colum out and then deleting the first element. This works OK when the array is a control but not when the array is a constant. LV61, Win 2K.