05-03-2017 08:10 AM
Looking for examples on deleting an element from an array of clusters after a dialog to the user commences. So, I know my case structure needs to be inside my for loop. I've tried using delete from array, but need some examples as it's not doing as I intend it to.
05-03-2017 08:13 AM
Hi emughal,
DeleteFromArray does exactly what its name implies: it deletes an element from an array…
I've tried using delete from array, but … it's not doing as I intend it to.
Maybe you should attach YOUR VI so we can tell you what YOU have done wrong…
05-03-2017 08:20 AM - edited 05-03-2017 08:21 AM
what do you expect it to do, and what does it actually do?